#D06D41

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

Shades of Red Damask #D06D41

Tints of Red Damask #D06D41

Color information

#D06D41 (or 0xD06D41) is unknown color: approx Red Damask. HEX triplet: D0, 6D and 41. RGB value is (208,109,65). Sum of RGB (Red+Green+Blue) = 208+109+65=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D41 is #2F92BE. Grayscale: #858585. Windows color (decimal): -3117759 or 4287952. OLE color: 4287952.

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

Color convert

RGB20810965-
CMYK00.480.690.18
HSL18.46º60.34%53.53%-
HSV(B)18.46º68.75%81.57%-
XYZ32.4424.738.06-
YUV133.5889.3181.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.45%
GREEN value IS 109 (42.97% from 255) = 28.53%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=54.45%
G=28.53%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081096500.480.690.1818.4660.3453.53
HexD06D410304512123c36
Octal32015510106010522227466
Binary1101000011011011000001011000010001011001010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06D41; }

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

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

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

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

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

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

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

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