Html Css Color HEX #D07249 Red Damask

📋 copy color: '#D07249'

red 208 ◦ green 114 ◦ blue 73

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

Shades of Red Damask #D07249

Tints of Red Damask #D07249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.86%

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

R = 52.66%
G = 28.86%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D07249 (or 0xD07249) is known color: Red Damask. HEX triplet: D0, 72 and 49. RGB value is (208,114,73). Sum of RGB (Red+Green+Blue) = 208+114+73=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D07249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07249 is #2F8DB6. Grayscale: #898989. Windows color (decimal): -3116471 or 4813520. OLE color: 4813520.

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

Color convert

RGB 208 114 73 -
CMYK 0 0.45 0.65 0.18
HSL 18.22º 0.59% 0.55% -
HSV(B) 18.22º 0.65% 0.82% -
XYZ 33.23 25.93 9.56 -
YUV 137.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 208 114 73 0 0.45 0.65 0.18 18.22 0.59 0.55
Hex D0 72 49 0 2D 41 12 12 3B 37
Octal 320 162 111 0 55 101 22 22 73 67
Binary 11010000 1110010 1001001 0 101101 1000001 10010 10010 111011 110111

Color Harmonies of #D07249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07249

Black with #D07249

Text Example


Text Example

White with #D07249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07249; }

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

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

background-color css

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

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

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

border-color css

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

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

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