Html Css Color HEX #D86E10 Chocolate

📋 copy color: '#D86E10'

red 216 ◦ green 110 ◦ blue 16

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

Shades of Chocolate #D86E10

Tints of Chocolate #D86E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.68%

R = 63.16%
G = 32.16%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D86E10 (or 0xD86E10) is known color: Chocolate. HEX triplet: D8, 6E and 10. RGB value is (216,110,16). Sum of RGB (Red+Green+Blue) = 216+110+16=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86E10 is #2791EF. Grayscale: #838383. Windows color (decimal): -2593264 or 1076952. OLE color: 1076952.

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

Color convert

RGB 216 110 16 -
CMYK 0 0.49 0.93 0.15
HSL 28.2º 0.86% 0.45% -
HSV(B) 28.2º 0.93% 0.85% -
XYZ 33.99 25.79 3.68 -
YUV 130.98 63.12 188.64 -
System Red Green Blue C M Y K H S L
Decimal 216 110 16 0 0.49 0.93 0.15 28.2 0.86 0.45
Hex D8 6E 10 0 31 5D F 1C 56 2D
Octal 330 156 20 0 61 135 17 34 126 55
Binary 11011000 1101110 10000 0 110001 1011101 1111 11100 1010110 101101

Color Harmonies of #D86E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E10

Black with #D86E10

Text Example


Text Example

White with #D86E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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