Html Css Color HEX #D86211 Chocolate

📋 copy color: '#D86211'

red 216 ◦ green 98 ◦ blue 17

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

Shades of Chocolate #D86211

Tints of Chocolate #D86211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

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

R = 65.26%
G = 29.61%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D86211 (or 0xD86211) is known color: Chocolate. HEX triplet: D8, 62 and 11. RGB value is (216,98,17). Sum of RGB (Red+Green+Blue) = 216+98+17=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D86211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86211 is #279DEE. Grayscale: #7C7C7C. Windows color (decimal): -2596335 or 1139416. OLE color: 1139416.

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

Color convert

RGB 216 98 17 -
CMYK 0 0.55 0.92 0.15
HSL 24.42º 0.85% 0.46% -
HSV(B) 24.42º 0.92% 0.85% -
XYZ 32.79 23.37 3.31 -
YUV 124.05 67.59 193.59 -
System Red Green Blue C M Y K H S L
Decimal 216 98 17 0 0.55 0.92 0.15 24.42 0.85 0.46
Hex D8 62 11 0 37 5C F 18 55 2E
Octal 330 142 21 0 67 134 17 30 125 56
Binary 11011000 1100010 10001 0 110111 1011100 1111 11000 1010101 101110

Color Harmonies of #D86211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86211

Black with #D86211

Text Example


Text Example

White with #D86211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86211; }

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

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

background-color css

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

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

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

border-color css

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

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

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