Html Css Color HEX #D86947 Red Damask

📋 copy color: '#D86947'

red 216 ◦ green 105 ◦ blue 71

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

Shades of Red Damask #D86947

Tints of Red Damask #D86947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.79%

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

R = 55.1%
G = 26.79%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D86947 (or 0xD86947) is known color: Red Damask. HEX triplet: D8, 69 and 47. RGB value is (216,105,71). Sum of RGB (Red+Green+Blue) = 216+105+71=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D86947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86947 is #2796B8. Grayscale: #868686. Windows color (decimal): -2594489 or 4680152. OLE color: 4680152.

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

Color convert

RGB 216 105 71 -
CMYK 0 0.51 0.67 0.15
HSL 14.07º 0.65% 0.56% -
HSV(B) 14.07º 0.67% 0.85% -
XYZ 34.51 25.16 9 -
YUV 134.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 216 105 71 0 0.51 0.67 0.15 14.07 0.65 0.56
Hex D8 69 47 0 33 43 F E 41 38
Octal 330 151 107 0 63 103 17 16 101 70
Binary 11011000 1101001 1000111 0 110011 1000011 1111 1110 1000001 111000

Color Harmonies of #D86947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86947

Black with #D86947

Text Example


Text Example

White with #D86947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86947; }

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

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

background-color css

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

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

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

border-color css

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

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

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