Html Css Color HEX #D86D49 Red Damask

📋 copy color: '#D86D49'

red 216 ◦ green 109 ◦ blue 73

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

Shades of Red Damask #D86D49

Tints of Red Damask #D86D49

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

 BLUE value IS 73 (28.91% from 255) = 18.34%

R = 54.27%
G = 27.39%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D86D49 (or 0xD86D49) is known color: Red Damask. HEX triplet: D8, 6D and 49. RGB value is (216,109,73). Sum of RGB (Red+Green+Blue) = 216+109+73=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D49 is #2792B6. Grayscale: #898989. Windows color (decimal): -2593463 or 4812248. OLE color: 4812248.

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

Color convert

RGB 216 109 73 -
CMYK 0 0.50 0.66 0.15
HSL 15.1º 0.65% 0.57% -
HSV(B) 15.1º 0.66% 0.85% -
XYZ 34.99 26.02 9.48 -
YUV 136.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 216 109 73 0 0.50 0.66 0.15 15.1 0.65 0.57
Hex D8 6D 49 0 32 42 F F 41 39
Octal 330 155 111 0 62 102 17 17 101 71
Binary 11011000 1101101 1001001 0 110010 1000010 1111 1111 1000001 111001

Color Harmonies of #D86D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D49

Black with #D86D49

Text Example


Text Example

White with #D86D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D49; }

 p { color: rgb(216,109,73); }

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

background-color css

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

 a { background-color: rgb(216,109,73); }

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

border-color css

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

 span { border-color: rgb(216,109,73); }

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