#D06C41

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

Shades of Red Damask #D06C41

Tints of Red Damask #D06C41

Color information

#D06C41 (or 0xD06C41) is unknown color: approx Red Damask. HEX triplet: D0, 6C and 41. RGB value is (208,108,65). Sum of RGB (Red+Green+Blue) = 208+108+65=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C41 is #2F93BE. Grayscale: #858585. Windows color (decimal): -3118015 or 4287696. OLE color: 4287696.

HSL color Cylindrical-coordinate representation of color #D06C41: hue angle of 18.04º 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 #D06C41 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB20810865-
CMYK00.480.690.18
HSL18.04º60.34%53.53%-
HSV(B)18.04º68.75%81.57%-
XYZ32.3324.528.03-
YUV13389.63181.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.59%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=54.59%
G=28.35%
B=17.06%

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
Decimal2081086500.480.690.1818.0460.3453.53
HexD06C410304512123c36
Octal32015410106010522227466
Binary1101000011011001000001011000010001011001010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06C41; }

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

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

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

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

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

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

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

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