Html Css Color HEX #D06F42 Red Damask

📋 copy color: '#D06F42'

red 208 ◦ green 111 ◦ blue 66

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

Shades of Red Damask #D06F42

Tints of Red Damask #D06F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.83%

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

R = 54.03%
G = 28.83%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D06F42 (or 0xD06F42) is known color: Red Damask. HEX triplet: D0, 6F and 42. RGB value is (208,111,66). Sum of RGB (Red+Green+Blue) = 208+111+66=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F42 is #2F90BD. Grayscale: #878787. Windows color (decimal): -3117246 or 4354000. OLE color: 4354000.

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

Color convert

RGB 208 111 66 -
CMYK 0 0.47 0.68 0.18
HSL 19.01º 0.6% 0.54% -
HSV(B) 19.01º 0.68% 0.82% -
XYZ 32.68 25.17 8.29 -
YUV 134.87 89.14 180.16 -
System Red Green Blue C M Y K H S L
Decimal 208 111 66 0 0.47 0.68 0.18 19.01 0.6 0.54
Hex D0 6F 42 0 2F 44 12 13 3C 36
Octal 320 157 102 0 57 104 22 23 74 66
Binary 11010000 1101111 1000010 0 101111 1000100 10010 10011 111100 110110

Color Harmonies of #D06F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F42

Black with #D06F42

Text Example


Text Example

White with #D06F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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