Html Css Color HEX #D07449 Red Damask

📋 copy color: '#D07449'

red 208 ◦ green 116 ◦ blue 73

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

Shades of Red Damask #D07449

Tints of Red Damask #D07449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

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

R = 52.39%
G = 29.22%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D07449 (or 0xD07449) is known color: Red Damask. HEX triplet: D0, 74 and 49. RGB value is (208,116,73). Sum of RGB (Red+Green+Blue) = 208+116+73=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D07449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07449 is #2F8BB6. Grayscale: #8A8A8A. Windows color (decimal): -3115959 or 4814032. OLE color: 4814032.

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

Color convert

RGB 208 116 73 -
CMYK 0 0.44 0.65 0.18
HSL 19.11º 0.59% 0.55% -
HSV(B) 19.11º 0.65% 0.82% -
XYZ 33.46 26.38 9.63 -
YUV 138.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 208 116 73 0 0.44 0.65 0.18 19.11 0.59 0.55
Hex D0 74 49 0 2C 41 12 13 3B 37
Octal 320 164 111 0 54 101 22 23 73 67
Binary 11010000 1110100 1001001 0 101100 1000001 10010 10011 111011 110111

Color Harmonies of #D07449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07449

Black with #D07449

Text Example


Text Example

White with #D07449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07449; }

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

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

background-color css

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

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

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

border-color css

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

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

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