Html Css Color HEX #D86E4C Red Damask

📋 copy color: '#D86E4C'

red 216 ◦ green 110 ◦ blue 76

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

Shades of Red Damask #D86E4C

Tints of Red Damask #D86E4C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.36%

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

R = 53.73%
G = 27.36%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D86E4C (or 0xD86E4C) is known color: Red Damask. HEX triplet: D8, 6E and 4C. RGB value is (216,110,76). Sum of RGB (Red+Green+Blue) = 216+110+76=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E4C is #2791B3. Grayscale: #8A8A8A. Windows color (decimal): -2593204 or 5009112. OLE color: 5009112.

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

Color convert

RGB 216 110 76 -
CMYK 0 0.49 0.65 0.15
HSL 14.57º 0.64% 0.57% -
HSV(B) 14.57º 0.65% 0.85% -
XYZ 35.2 26.27 10.05 -
YUV 137.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 216 110 76 0 0.49 0.65 0.15 14.57 0.64 0.57
Hex D8 6E 4C 0 31 41 F F 40 39
Octal 330 156 114 0 61 101 17 17 100 71
Binary 11011000 1101110 1001100 0 110001 1000001 1111 1111 1000000 111001

Color Harmonies of #D86E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E4C

Black with #D86E4C

Text Example


Text Example

White with #D86E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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