Html Css Color HEX #D06D47 Red Damask

📋 copy color: '#D06D47'

red 208 ◦ green 109 ◦ blue 71

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

Shades of Red Damask #D06D47

Tints of Red Damask #D06D47

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

 BLUE value IS 71 (28.13% from 255) = 18.3%

R = 53.61%
G = 28.09%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D06D47 (or 0xD06D47) is known color: Red Damask. HEX triplet: D0, 6D and 47. RGB value is (208,109,71). Sum of RGB (Red+Green+Blue) = 208+109+71=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D47 is #2F92B8. Grayscale: #868686. Windows color (decimal): -3117753 or 4681168. OLE color: 4681168.

HSL color Cylindrical-coordinate representation of color #D06D47: hue angle of 16.64º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D06D47 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 109 71 -
CMYK 0 0.48 0.66 0.18
HSL 16.64º 0.59% 0.55% -
HSV(B) 16.64º 0.66% 0.82% -
XYZ 32.62 24.8 9.03 -
YUV 134.27 92.3 180.59 -
System Red Green Blue C M Y K H S L
Decimal 208 109 71 0 0.48 0.66 0.18 16.64 0.59 0.55
Hex D0 6D 47 0 30 42 12 11 3B 37
Octal 320 155 107 0 60 102 22 21 73 67
Binary 11010000 1101101 1000111 0 110000 1000010 10010 10001 111011 110111

Color Harmonies of #D06D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D47

Black with #D06D47

Text Example


Text Example

White with #D06D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D47; }

 p { color: rgb(208,109,71); }

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

background-color css

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

 a { background-color: rgb(208,109,71); }

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

border-color css

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

 span { border-color: rgb(208,109,71); }

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