#D06E4D

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

Shades of Red Damask #D06E4D

Tints of Red Damask #D06E4D

Color information

#D06E4D (or 0xD06E4D) is unknown color: approx Red Damask. HEX triplet: D0, 6E and 4D. RGB value is (208,110,77). Sum of RGB (Red+Green+Blue) = 208+110+77=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E4D is #2F91B2. Grayscale: #878787. Windows color (decimal): -3117491 or 5074640. OLE color: 5074640.

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

Color convert

RGB20811077-
CMYK00.470.630.18
HSL15.11º58.22%55.88%-
HSV(B)15.11º62.98%81.57%-
XYZ32.9325.110.13-
YUV135.5494.97179.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.66%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=52.66%
G=27.85%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081107700.470.630.1815.1158.2255.88
HexD06E4D02F3F12f3a38
Octal3201561150577722177270
Binary11010000110111010011010101111111111100101111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06E4D; }

 p { color: rgb(208,110,77); }

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

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

 a { background-color: rgb(208,110,77); }

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

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

 span { border-color: rgb(208,110,77); }

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