Html Css Color HEX #D86B47 Red Damask

📋 copy color: '#D86B47'

red 216 ◦ green 107 ◦ blue 71

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

Shades of Red Damask #D86B47

Tints of Red Damask #D86B47

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.16%

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

R = 54.82%
G = 27.16%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D86B47 (or 0xD86B47) is known color: Red Damask. HEX triplet: D8, 6B and 47. RGB value is (216,107,71). Sum of RGB (Red+Green+Blue) = 216+107+71=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86B47 is #2794B8. Grayscale: #878787. Windows color (decimal): -2593977 or 4680664. OLE color: 4680664.

HSL color Cylindrical-coordinate representation of color #D86B47: hue angle of 14.9º 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 #D86B47 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 107 71 -
CMYK 0 0.50 0.67 0.15
HSL 14.9º 0.65% 0.56% -
HSV(B) 14.9º 0.67% 0.85% -
XYZ 34.71 25.57 9.07 -
YUV 135.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 216 107 71 0 0.50 0.67 0.15 14.9 0.65 0.56
Hex D8 6B 47 0 32 43 F F 41 38
Octal 330 153 107 0 62 103 17 17 101 70
Binary 11011000 1101011 1000111 0 110010 1000011 1111 1111 1000001 111000

Color Harmonies of #D86B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B47

Black with #D86B47

Text Example


Text Example

White with #D86B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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