Html Css Color HEX #D87046 Red Damask

📋 copy color: '#D87046'

red 216 ◦ green 112 ◦ blue 70

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

Shades of Red Damask #D87046

Tints of Red Damask #D87046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.59%

R = 54.27%
G = 28.14%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D87046 (or 0xD87046) is known color: Red Damask. HEX triplet: D8, 70 and 46. RGB value is (216,112,70). Sum of RGB (Red+Green+Blue) = 216+112+70=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D87046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87046 is #278FB9. Grayscale: #8A8A8A. Windows color (decimal): -2592698 or 4616408. OLE color: 4616408.

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

Color convert

RGB 216 112 70 -
CMYK 0 0.48 0.68 0.15
HSL 17.26º 0.65% 0.56% -
HSV(B) 17.26º 0.68% 0.85% -
XYZ 35.22 26.63 9.08 -
YUV 138.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 216 112 70 0 0.48 0.68 0.15 17.26 0.65 0.56
Hex D8 70 46 0 30 44 F 11 41 38
Octal 330 160 106 0 60 104 17 21 101 70
Binary 11011000 1110000 1000110 0 110000 1000100 1111 10001 1000001 111000

Color Harmonies of #D87046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87046

Black with #D87046

Text Example


Text Example

White with #D87046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87046; }

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

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

background-color css

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

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

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

border-color css

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

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

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