Html Css Color HEX #D86F11 Chocolate

📋 copy color: '#D86F11'

red 216 ◦ green 111 ◦ blue 17

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

Shades of Chocolate #D86F11

Tints of Chocolate #D86F11

RGB

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

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

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

R = 62.79%
G = 32.27%
B = 4.94%

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

#D86F11 (or 0xD86F11) is known color: Chocolate. HEX triplet: D8, 6F and 11. RGB value is (216,111,17). Sum of RGB (Red+Green+Blue) = 216+111+17=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86F11 is #2790EE. Grayscale: #848484. Windows color (decimal): -2593007 or 1142744. OLE color: 1142744.

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

Color convert

RGB 216 111 17 -
CMYK 0 0.49 0.92 0.15
HSL 28.34º 0.85% 0.46% -
HSV(B) 28.34º 0.92% 0.85% -
XYZ 34.1 26.01 3.75 -
YUV 131.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 216 111 17 0 0.49 0.92 0.15 28.34 0.85 0.46
Hex D8 6F 11 0 31 5C F 1C 55 2E
Octal 330 157 21 0 61 134 17 34 125 56
Binary 11011000 1101111 10001 0 110001 1011100 1111 11100 1010101 101110

Color Harmonies of #D86F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F11

Black with #D86F11

Text Example


Text Example

White with #D86F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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