#D66E45

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

Shades of Red Damask #D66E45

Tints of Red Damask #D66E45

Color information

#D66E45 (or 0xD66E45) is unknown color: approx Red Damask. HEX triplet: D6, 6E and 45. RGB value is (214,110,69). Sum of RGB (Red+Green+Blue) = 214+110+69=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E45 is #2991BA. Grayscale: #888888. Windows color (decimal): -2724283 or 4550358. OLE color: 4550358.

HSL color Cylindrical-coordinate representation of color #D66E45: hue angle of 16.97º 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 #D66E45 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21411069-
CMYK00.490.680.16
HSL16.97º63.88%55.49%-
HSV(B)16.97º67.76%83.92%-
XYZ34.3825.888.81-
YUV136.4289.96183.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.45%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=54.45%
G=27.99%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141106900.490.680.1616.9763.8855.49
HexD66E450314410114037
Octal326156105061104202110067
Binary11010110110111010001010110001100010010000100011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E45; }

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

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

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

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

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

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

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

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