Html Css Color HEX #D87047 Red Damask

📋 copy color: '#D87047'

red 216 ◦ green 112 ◦ blue 71

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

Shades of Red Damask #D87047

Tints of Red Damask #D87047

RGB

 RED value IS 216 (84.77% from 255) = 54.14%

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

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

R = 54.14%
G = 28.07%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D87047 (or 0xD87047) is known color: Red Damask. HEX triplet: D8, 70 and 47. RGB value is (216,112,71). Sum of RGB (Red+Green+Blue) = 216+112+71=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D87047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87047 is #278FB8. Grayscale: #8A8A8A. Windows color (decimal): -2592697 or 4681944. OLE color: 4681944.

HSL color Cylindrical-coordinate representation of color #D87047: hue angle of 16.97º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D87047 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 71 -
CMYK 0 0.48 0.67 0.15
HSL 16.97º 0.65% 0.56% -
HSV(B) 16.97º 0.67% 0.85% -
XYZ 35.25 26.64 9.25 -
YUV 138.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 216 112 71 0 0.48 0.67 0.15 16.97 0.65 0.56
Hex D8 70 47 0 30 43 F 11 41 38
Octal 330 160 107 0 60 103 17 21 101 70
Binary 11011000 1110000 1000111 0 110000 1000011 1111 10001 1000001 111000

Color Harmonies of #D87047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87047

Black with #D87047

Text Example


Text Example

White with #D87047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87047; }

 p { color: rgb(216,112,71); }

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

background-color css

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

 a { background-color: rgb(216,112,71); }

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

border-color css

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

 span { border-color: rgb(216,112,71); }

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