Html Css Color HEX #D06742 Red Damask

📋 copy color: '#D06742'

red 208 ◦ green 103 ◦ blue 66

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

Shades of Red Damask #D06742

Tints of Red Damask #D06742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.32%

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

R = 55.17%
G = 27.32%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D06742 (or 0xD06742) is known color: Red Damask. HEX triplet: D0, 67 and 42. RGB value is (208,103,66). Sum of RGB (Red+Green+Blue) = 208+103+66=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D06742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06742 is #2F98BD. Grayscale: #828282. Windows color (decimal): -3119294 or 4351952. OLE color: 4351952.

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

Color convert

RGB 208 103 66 -
CMYK 0 0.50 0.68 0.18
HSL 15.63º 0.6% 0.54% -
HSV(B) 15.63º 0.68% 0.82% -
XYZ 31.85 23.5 8.01 -
YUV 130.18 91.79 183.51 -
System Red Green Blue C M Y K H S L
Decimal 208 103 66 0 0.50 0.68 0.18 15.63 0.6 0.54
Hex D0 67 42 0 32 44 12 10 3C 36
Octal 320 147 102 0 62 104 22 20 74 66
Binary 11010000 1100111 1000010 0 110010 1000100 10010 10000 111100 110110

Color Harmonies of #D06742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06742

Black with #D06742

Text Example


Text Example

White with #D06742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06742; }

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

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

background-color css

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

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

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

border-color css

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

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

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