Html Css Color HEX #D86F4E Red Damask

📋 copy color: '#D86F4E'

red 216 ◦ green 111 ◦ blue 78

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

Shades of Red Damask #D86F4E

Tints of Red Damask #D86F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.26%

R = 53.33%
G = 27.41%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D86F4E (or 0xD86F4E) is known color: Red Damask. HEX triplet: D8, 6F and 4E. RGB value is (216,111,78). Sum of RGB (Red+Green+Blue) = 216+111+78=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F4E is #2790B1. Grayscale: #8A8A8A. Windows color (decimal): -2592946 or 5140440. OLE color: 5140440.

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

Color convert

RGB 216 111 78 -
CMYK 0 0.49 0.64 0.15
HSL 14.35º 0.64% 0.58% -
HSV(B) 14.35º 0.64% 0.85% -
XYZ 35.38 26.52 10.46 -
YUV 138.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 216 111 78 0 0.49 0.64 0.15 14.35 0.64 0.58
Hex D8 6F 4E 0 31 40 F E 40 3A
Octal 330 157 116 0 61 100 17 16 100 72
Binary 11011000 1101111 1001110 0 110001 1000000 1111 1110 1000000 111010

Color Harmonies of #D86F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F4E

Black with #D86F4E

Text Example


Text Example

White with #D86F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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