Html Css Color HEX #D86B10 Chocolate

📋 copy color: '#D86B10'

red 216 ◦ green 107 ◦ blue 16

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

Shades of Chocolate #D86B10

Tints of Chocolate #D86B10

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.56%

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

R = 63.72%
G = 31.56%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D86B10 (or 0xD86B10) is known color: Chocolate. HEX triplet: D8, 6B and 10. RGB value is (216,107,16). Sum of RGB (Red+Green+Blue) = 216+107+16=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86B10 is #2794EF. Grayscale: #818181. Windows color (decimal): -2594032 or 1076184. OLE color: 1076184.

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

Color convert

RGB 216 107 16 -
CMYK 0 0.50 0.93 0.15
HSL 27.3º 0.86% 0.45% -
HSV(B) 27.3º 0.93% 0.85% -
XYZ 33.67 25.15 3.57 -
YUV 129.22 64.11 189.9 -
System Red Green Blue C M Y K H S L
Decimal 216 107 16 0 0.50 0.93 0.15 27.3 0.86 0.45
Hex D8 6B 10 0 32 5D F 1B 56 2D
Octal 330 153 20 0 62 135 17 33 126 55
Binary 11011000 1101011 10000 0 110010 1011101 1111 11011 1010110 101101

Color Harmonies of #D86B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B10

Black with #D86B10

Text Example


Text Example

White with #D86B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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