Html Css Color HEX #D86D10 Chocolate

📋 copy color: '#D86D10'

red 216 ◦ green 109 ◦ blue 16

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

Shades of Chocolate #D86D10

Tints of Chocolate #D86D10

RGB

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

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

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

R = 63.34%
G = 31.96%
B = 4.69%

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

#D86D10 (or 0xD86D10) is known color: Chocolate. HEX triplet: D8, 6D and 10. RGB value is (216,109,16). Sum of RGB (Red+Green+Blue) = 216+109+16=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D10 is #2792EF. Grayscale: #828282. Windows color (decimal): -2593520 or 1076696. OLE color: 1076696.

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

Color convert

RGB 216 109 16 -
CMYK 0 0.50 0.93 0.15
HSL 27.9º 0.86% 0.45% -
HSV(B) 27.9º 0.93% 0.85% -
XYZ 33.88 25.57 3.64 -
YUV 130.39 63.45 189.06 -
System Red Green Blue C M Y K H S L
Decimal 216 109 16 0 0.50 0.93 0.15 27.9 0.86 0.45
Hex D8 6D 10 0 32 5D F 1C 56 2D
Octal 330 155 20 0 62 135 17 34 126 55
Binary 11011000 1101101 10000 0 110010 1011101 1111 11100 1010110 101101

Color Harmonies of #D86D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D10

Black with #D86D10

Text Example


Text Example

White with #D86D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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