Html Css Color HEX #D86F49 Red Damask

📋 copy color: '#D86F49'

red 216 ◦ green 111 ◦ blue 73

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

Shades of Red Damask #D86F49

Tints of Red Damask #D86F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

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

R = 54%
G = 27.75%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D86F49 (or 0xD86F49) is known color: Red Damask. HEX triplet: D8, 6F and 49. RGB value is (216,111,73). Sum of RGB (Red+Green+Blue) = 216+111+73=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F49 is #2790B6. Grayscale: #8A8A8A. Windows color (decimal): -2592951 or 4812760. OLE color: 4812760.

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

Color convert

RGB 216 111 73 -
CMYK 0 0.49 0.66 0.15
HSL 15.94º 0.65% 0.57% -
HSV(B) 15.94º 0.66% 0.85% -
XYZ 35.21 26.45 9.55 -
YUV 138.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 216 111 73 0 0.49 0.66 0.15 15.94 0.65 0.57
Hex D8 6F 49 0 31 42 F 10 41 39
Octal 330 157 111 0 61 102 17 20 101 71
Binary 11011000 1101111 1001001 0 110001 1000010 1111 10000 1000001 111001

Color Harmonies of #D86F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F49

Black with #D86F49

Text Example


Text Example

White with #D86F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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