Html Css Color HEX #D86D11 Chocolate

📋 copy color: '#D86D11'

red 216 ◦ green 109 ◦ blue 17

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

Shades of Chocolate #D86D11

Tints of Chocolate #D86D11

RGB

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

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

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

R = 63.16%
G = 31.87%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D86D11 (or 0xD86D11) is known color: Chocolate. HEX triplet: D8, 6D and 11. RGB value is (216,109,17). Sum of RGB (Red+Green+Blue) = 216+109+17=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D11 is #2792EE. Grayscale: #828282. Windows color (decimal): -2593519 or 1142232. OLE color: 1142232.

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

Color convert

RGB 216 109 17 -
CMYK 0 0.50 0.92 0.15
HSL 27.74º 0.85% 0.46% -
HSV(B) 27.74º 0.92% 0.85% -
XYZ 33.89 25.58 3.68 -
YUV 130.51 63.95 188.98 -
System Red Green Blue C M Y K H S L
Decimal 216 109 17 0 0.50 0.92 0.15 27.74 0.85 0.46
Hex D8 6D 11 0 32 5C F 1C 55 2E
Octal 330 155 21 0 62 134 17 34 125 56
Binary 11011000 1101101 10001 0 110010 1011100 1111 11100 1010101 101110

Color Harmonies of #D86D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D11

Black with #D86D11

Text Example


Text Example

White with #D86D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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