Html Css Color HEX #D86D4C Red Damask

📋 copy color: '#D86D4C'

red 216 ◦ green 109 ◦ blue 76

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

Shades of Red Damask #D86D4C

Tints of Red Damask #D86D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.95%

R = 53.87%
G = 27.18%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D86D4C (or 0xD86D4C) is known color: Red Damask. HEX triplet: D8, 6D and 4C. RGB value is (216,109,76). Sum of RGB (Red+Green+Blue) = 216+109+76=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D4C is #2792B3. Grayscale: #898989. Windows color (decimal): -2593460 or 5008856. OLE color: 5008856.

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

Color convert

RGB 216 109 76 -
CMYK 0 0.50 0.65 0.15
HSL 14.14º 0.64% 0.57% -
HSV(B) 14.14º 0.65% 0.85% -
XYZ 35.09 26.06 10.02 -
YUV 137.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 216 109 76 0 0.50 0.65 0.15 14.14 0.64 0.57
Hex D8 6D 4C 0 32 41 F E 40 39
Octal 330 155 114 0 62 101 17 16 100 71
Binary 11011000 1101101 1001100 0 110010 1000001 1111 1110 1000000 111001

Color Harmonies of #D86D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D4C

Black with #D86D4C

Text Example


Text Example

White with #D86D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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