#DF584C

Color #DF584C Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #DF584C

Tints of Valencia #DF584C

Color information

#DF584C (or 0xDF584C) is unknown color: approx Valencia. HEX triplet: DF, 58 and 4C. RGB value is (223,88,76). Sum of RGB (Red+Green+Blue) = 223+88+76=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF584C is #20A7B3. Grayscale: #7F7F7F. Windows color (decimal): -2140084 or 5003487. OLE color: 5003487.

HSL color Cylindrical-coordinate representation of color #DF584C: hue angle of 4.9º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF584C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB2238876-
CMYK00.610.660.13
HSL4.9º69.67%58.63%-
HSV(B)4.9º65.92%87.45%-
XYZ35.2323.199.46-
YUV12799.23196.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 57.62%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 76 (30.08% from 255) = 19.64%
R=57.62%
G=22.74%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223887600.610.660.134.969.6758.63
HexDF584C03D42D5463b
Octal33713011407510215510673
Binary11011111101100010011000111101100001011011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF584C; }

 p { color: rgb(223,88,76); }

 H1.HeaderClassName
 {
   color: #DF584C;
 }
 .AnyTagClassName
 {
   color: #DF584C;
 }
</style>
background-color css

<style>
 a { background-color: #DF584C; }

 a { background-color: rgb(223,88,76); }

 div.DivClassName
 {
   background-color: #DF584C;
 }
 .BgClassName
 {
   background-color: #DF584C;
 }
</style>
border-color css

<style>
 span { border-color: #DF584C; }

 span { border-color: rgb(223,88,76); }

 td.TdClassName
 {
   border-color: #DF584C;
 }
 .TagClassName
 {
   border-color: #DF584C;
 }
</style>