#D06D42

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

Shades of Red Damask #D06D42

Tints of Red Damask #D06D42

Color information

#D06D42 (or 0xD06D42) is unknown color: approx Red Damask. HEX triplet: D0, 6D and 42. RGB value is (208,109,66). Sum of RGB (Red+Green+Blue) = 208+109+66=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D42 is #2F92BD. Grayscale: #858585. Windows color (decimal): -3117758 or 4353488. OLE color: 4353488.

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

Color convert

RGB20810966-
CMYK00.480.680.18
HSL18.17º60.17%53.73%-
HSV(B)18.17º68.27%81.57%-
XYZ32.4624.748.22-
YUV133.789.8181-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.31%
GREEN value IS 109 (42.97% from 255) = 28.46%
BLUE value IS 66 (26.17% from 255) = 17.23%
R=54.31%
G=28.46%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081096600.480.680.1818.1760.1753.73
HexD06D420304412123c36
Octal32015510206010422227466
Binary1101000011011011000010011000010001001001010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06D42; }

 p { color: rgb(208,109,66); }

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

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

 a { background-color: rgb(208,109,66); }

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

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

 span { border-color: rgb(208,109,66); }

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