Html Css Color HEX #D06842 Red Damask

📋 copy color: '#D06842'

red 208 ◦ green 104 ◦ blue 66

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

Shades of Red Damask #D06842

Tints of Red Damask #D06842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.46%

R = 55.03%
G = 27.51%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D06842 (or 0xD06842) is known color: Red Damask. HEX triplet: D0, 68 and 42. RGB value is (208,104,66). Sum of RGB (Red+Green+Blue) = 208+104+66=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D06842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06842 is #2F97BD. Grayscale: #838383. Windows color (decimal): -3119038 or 4352208. OLE color: 4352208.

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

Color convert

RGB 208 104 66 -
CMYK 0 0.5 0.68 0.18
HSL 16.06º 0.6% 0.54% -
HSV(B) 16.06º 0.68% 0.82% -
XYZ 31.95 23.7 8.05 -
YUV 130.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 208 104 66 0 0.5 0.68 0.18 16.06 0.6 0.54
Hex D0 68 42 0 32 44 12 10 3C 36
Octal 320 150 102 0 62 104 22 20 74 66
Binary 11010000 1101000 1000010 0 110010 1000100 10010 10000 111100 110110

Color Harmonies of #D06842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06842

Black with #D06842

Text Example


Text Example

White with #D06842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06842; }

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

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

background-color css

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

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

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

border-color css

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

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

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