Html Css Color HEX #D07149 Red Damask

📋 copy color: '#D07149'

red 208 ◦ green 113 ◦ blue 73

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

Shades of Red Damask #D07149

Tints of Red Damask #D07149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

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

R = 52.79%
G = 28.68%
B = 18.53%

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

#D07149 (or 0xD07149) is known color: Red Damask. HEX triplet: D0, 71 and 49. RGB value is (208,113,73). Sum of RGB (Red+Green+Blue) = 208+113+73=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D07149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07149 is #2F8EB6. Grayscale: #898989. Windows color (decimal): -3116727 or 4813264. OLE color: 4813264.

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

Color convert

RGB 208 113 73 -
CMYK 0 0.46 0.65 0.18
HSL 17.78º 0.59% 0.55% -
HSV(B) 17.78º 0.65% 0.82% -
XYZ 33.12 25.7 9.52 -
YUV 136.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 208 113 73 0 0.46 0.65 0.18 17.78 0.59 0.55
Hex D0 71 49 0 2E 41 12 12 3B 37
Octal 320 161 111 0 56 101 22 22 73 67
Binary 11010000 1110001 1001001 0 101110 1000001 10010 10010 111011 110111

Color Harmonies of #D07149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07149

Black with #D07149

Text Example


Text Example

White with #D07149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07149; }

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

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

background-color css

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

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

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

border-color css

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

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

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