Html Css Color HEX #D06841 Red Damask

📋 copy color: '#D06841'

red 208 ◦ green 104 ◦ blue 65

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

Shades of Red Damask #D06841

Tints of Red Damask #D06841

RGB

 RED value IS 208 (81.64% from 255) = 55.17%

 GREEN value IS 104 (41.02% from 255) = 27.59%

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 55.17%
G = 27.59%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D06841 (or 0xD06841) is known color: Red Damask. HEX triplet: D0, 68 and 41. RGB value is (208,104,65). Sum of RGB (Red+Green+Blue) = 208+104+65=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D06841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06841 is #2F97BE. Grayscale: #828282. Windows color (decimal): -3119039 or 4286672. OLE color: 4286672.

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

Color convert

RGB 208 104 65 -
CMYK 0 0.5 0.69 0.18
HSL 16.36º 0.6% 0.54% -
HSV(B) 16.36º 0.69% 0.82% -
XYZ 31.92 23.69 7.89 -
YUV 130.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 208 104 65 0 0.5 0.69 0.18 16.36 0.6 0.54
Hex D0 68 41 0 32 45 12 10 3C 36
Octal 320 150 101 0 62 105 22 20 74 66
Binary 11010000 1101000 1000001 0 110010 1000101 10010 10000 111100 110110

Color Harmonies of #D06841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06841

Black with #D06841

Text Example


Text Example

White with #D06841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06841; }

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

 H1.HeaderClassName
 {
   color: #D06841;
 }
 .AnyTagClassName
 {
   color: #D06841;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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