Html Css Color HEX #D06D41 Red Damask

📋 copy color: '#D06D41'

red 208 ◦ green 109 ◦ blue 65

#D06D41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #D06D41

Tints of Red Damask #D06D41

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 value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D06D41 (or 0xD06D41) is known color: 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

RGB 208 109 65 -
CMYK 0 0.48 0.69 0.18
HSL 18.46º 0.6% 0.54% -
HSV(B) 18.46º 0.69% 0.82% -
XYZ 32.44 24.73 8.06 -
YUV 133.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 208 109 65 0 0.48 0.69 0.18 18.46 0.6 0.54
Hex D0 6D 41 0 30 45 12 12 3C 36
Octal 320 155 101 0 60 105 22 22 74 66
Binary 11010000 1101101 1000001 0 110000 1000101 10010 10010 111100 110110

Color Harmonies of #D06D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D41

Black with #D06D41

Text Example


Text Example

White with #D06D41

Text Example


Text Example

HTML Codes & Css Web 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>