Html Css Color HEX #D07049 Red Damask

📋 copy color: '#D07049'

red 208 ◦ green 112 ◦ blue 73

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

Shades of Red Damask #D07049

Tints of Red Damask #D07049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 52.93%
G = 28.5%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D07049 (or 0xD07049) is known color: Red Damask. HEX triplet: D0, 70 and 49. RGB value is (208,112,73). Sum of RGB (Red+Green+Blue) = 208+112+73=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D07049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07049 is #2F8FB6. Grayscale: #888888. Windows color (decimal): -3116983 or 4813008. OLE color: 4813008.

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

Color convert

RGB 208 112 73 -
CMYK 0 0.46 0.65 0.18
HSL 17.33º 0.59% 0.55% -
HSV(B) 17.33º 0.65% 0.82% -
XYZ 33.01 25.48 9.48 -
YUV 136.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 208 112 73 0 0.46 0.65 0.18 17.33 0.59 0.55
Hex D0 70 49 0 2E 41 12 11 3B 37
Octal 320 160 111 0 56 101 22 21 73 67
Binary 11010000 1110000 1001001 0 101110 1000001 10010 10001 111011 110111

Color Harmonies of #D07049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07049

Black with #D07049

Text Example


Text Example

White with #D07049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07049; }

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

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

background-color css

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

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

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

border-color css

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

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

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