Html Css Color HEX #D07447 Red Damask

📋 copy color: '#D07447'

red 208 ◦ green 116 ◦ blue 71

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

Shades of Red Damask #D07447

Tints of Red Damask #D07447

RGB

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

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

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

R = 52.66%
G = 29.37%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D07447 (or 0xD07447) is known color: Red Damask. HEX triplet: D0, 74 and 47. RGB value is (208,116,71). Sum of RGB (Red+Green+Blue) = 208+116+71=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D07447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07447 is #2F8BB8. Grayscale: #8A8A8A. Windows color (decimal): -3115961 or 4682960. OLE color: 4682960.

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

Color convert

RGB 208 116 71 -
CMYK 0 0.44 0.66 0.18
HSL 19.71º 0.59% 0.55% -
HSV(B) 19.71º 0.66% 0.82% -
XYZ 33.4 26.36 9.29 -
YUV 138.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 208 116 71 0 0.44 0.66 0.18 19.71 0.59 0.55
Hex D0 74 47 0 2C 42 12 14 3B 37
Octal 320 164 107 0 54 102 22 24 73 67
Binary 11010000 1110100 1000111 0 101100 1000010 10010 10100 111011 110111

Color Harmonies of #D07447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07447

Black with #D07447

Text Example


Text Example

White with #D07447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07447; }

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

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

background-color css

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

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

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

border-color css

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

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

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