Html Css Color HEX #D86E11 Chocolate

📋 copy color: '#D86E11'

red 216 ◦ green 110 ◦ blue 17

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

Shades of Chocolate #D86E11

Tints of Chocolate #D86E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.96%

R = 62.97%
G = 32.07%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D86E11 (or 0xD86E11) is known color: Chocolate. HEX triplet: D8, 6E and 11. RGB value is (216,110,17). Sum of RGB (Red+Green+Blue) = 216+110+17=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86E11 is #2791EE. Grayscale: #838383. Windows color (decimal): -2593263 or 1142488. OLE color: 1142488.

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

Color convert

RGB 216 110 17 -
CMYK 0 0.49 0.92 0.15
HSL 28.04º 0.85% 0.46% -
HSV(B) 28.04º 0.92% 0.85% -
XYZ 34 25.79 3.72 -
YUV 131.09 63.62 188.56 -
System Red Green Blue C M Y K H S L
Decimal 216 110 17 0 0.49 0.92 0.15 28.04 0.85 0.46
Hex D8 6E 11 0 31 5C F 1C 55 2E
Octal 330 156 21 0 61 134 17 34 125 56
Binary 11011000 1101110 10001 0 110001 1011100 1111 11100 1010101 101110

Color Harmonies of #D86E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E11

Black with #D86E11

Text Example


Text Example

White with #D86E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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