Html Css Color HEX #D86C49 Red Damask

📋 copy color: '#D86C49'

red 216 ◦ green 108 ◦ blue 73

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

Shades of Red Damask #D86C49

Tints of Red Damask #D86C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.2%

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

R = 54.41%
G = 27.2%
B = 18.39%

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

#D86C49 (or 0xD86C49) is known color: Red Damask. HEX triplet: D8, 6C and 49. RGB value is (216,108,73). Sum of RGB (Red+Green+Blue) = 216+108+73=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C49 is #2793B6. Grayscale: #888888. Windows color (decimal): -2593719 or 4811992. OLE color: 4811992.

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

Color convert

RGB 216 108 73 -
CMYK 0 0.50 0.66 0.15
HSL 14.69º 0.65% 0.57% -
HSV(B) 14.69º 0.66% 0.85% -
XYZ 34.88 25.81 9.45 -
YUV 136.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 216 108 73 0 0.50 0.66 0.15 14.69 0.65 0.57
Hex D8 6C 49 0 32 42 F F 41 39
Octal 330 154 111 0 62 102 17 17 101 71
Binary 11011000 1101100 1001001 0 110010 1000010 1111 1111 1000001 111001

Color Harmonies of #D86C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C49

Black with #D86C49

Text Example


Text Example

White with #D86C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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