Html Css Color HEX #D07047 Red Damask

📋 copy color: '#D07047'

red 208 ◦ green 112 ◦ blue 71

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

Shades of Red Damask #D07047

Tints of Red Damask #D07047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

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

R = 53.2%
G = 28.64%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D07047 (or 0xD07047) is known color: Red Damask. HEX triplet: D0, 70 and 47. RGB value is (208,112,71). Sum of RGB (Red+Green+Blue) = 208+112+71=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D07047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07047 is #2F8FB8. Grayscale: #888888. Windows color (decimal): -3116985 or 4681936. OLE color: 4681936.

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

Color convert

RGB 208 112 71 -
CMYK 0 0.46 0.66 0.18
HSL 17.96º 0.59% 0.55% -
HSV(B) 17.96º 0.66% 0.82% -
XYZ 32.94 25.45 9.14 -
YUV 136.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 208 112 71 0 0.46 0.66 0.18 17.96 0.59 0.55
Hex D0 70 47 0 2E 42 12 12 3B 37
Octal 320 160 107 0 56 102 22 22 73 67
Binary 11010000 1110000 1000111 0 101110 1000010 10010 10010 111011 110111

Color Harmonies of #D07047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07047

Black with #D07047

Text Example


Text Example

White with #D07047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07047; }

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

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

background-color css

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

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

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

border-color css

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

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

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