#D66F45

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

Shades of Red Damask #D66F45

Tints of Red Damask #D66F45

Color information

#D66F45 (or 0xD66F45) is unknown color: approx Red Damask. HEX triplet: D6, 6F and 45. RGB value is (214,111,69). Sum of RGB (Red+Green+Blue) = 214+111+69=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66F45 is #2990BA. Grayscale: #898989. Windows color (decimal): -2724027 or 4550614. OLE color: 4550614.

HSL color Cylindrical-coordinate representation of color #D66F45: hue angle of 17.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D66F45 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21411169-
CMYK00.480.680.16
HSL17.38º63.88%55.49%-
HSV(B)17.38º67.76%83.92%-
XYZ34.4926.098.85-
YUV137.0189.62182.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.31%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 69 (27.34% from 255) = 17.51%
R=54.31%
G=28.17%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141116900.480.680.1617.3863.8855.49
HexD66F450304410114037
Octal326157105060104202110067
Binary11010110110111110001010110000100010010000100011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F45; }

 p { color: rgb(214,111,69); }

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

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

 a { background-color: rgb(214,111,69); }

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

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

 span { border-color: rgb(214,111,69); }

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