#D04C45

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

Shades of Valencia #D04C45

Tints of Valencia #D04C45

Color information

#D04C45 (or 0xD04C45) is unknown color: approx Valencia. HEX triplet: D0, 4C and 45. RGB value is (208,76,69). Sum of RGB (Red+Green+Blue) = 208+76+69=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C45 is #2FB3BA. Grayscale: #727272. Windows color (decimal): -3126203 or 4541648. OLE color: 4541648.

HSL color Cylindrical-coordinate representation of color #D04C45: hue angle of 3.02º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04C45 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2087669-
CMYK00.630.670.18
HSL3.02º59.66%54.31%-
HSV(B)3.02º66.83%81.57%-
XYZ29.6719.017.74-
YUV114.67102.23194.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.92%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 69 (27.34% from 255) = 19.55%
R=58.92%
G=21.53%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208766900.630.670.183.0259.6654.31
HexD04C4503F431233c36
Octal3201141050771032237466
Binary1101000010011001000101011111110000111001011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04C45; }

 p { color: rgb(208,76,69); }

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

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

 a { background-color: rgb(208,76,69); }

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

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

 span { border-color: rgb(208,76,69); }

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