Html Css Color HEX #D86A10 Chocolate

📋 copy color: '#D86A10'

red 216 ◦ green 106 ◦ blue 16

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

Shades of Chocolate #D86A10

Tints of Chocolate #D86A10

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

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

R = 63.91%
G = 31.36%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D86A10 (or 0xD86A10) is known color: Chocolate. HEX triplet: D8, 6A and 10. RGB value is (216,106,16). Sum of RGB (Red+Green+Blue) = 216+106+16=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86A10 is #2795EF. Grayscale: #818181. Windows color (decimal): -2594288 or 1075928. OLE color: 1075928.

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

Color convert

RGB 216 106 16 -
CMYK 0 0.51 0.93 0.15
HSL 27º 0.86% 0.45% -
HSV(B) 27º 0.93% 0.85% -
XYZ 33.57 24.94 3.54 -
YUV 128.63 64.44 190.32 -
System Red Green Blue C M Y K H S L
Decimal 216 106 16 0 0.51 0.93 0.15 27 0.86 0.45
Hex D8 6A 10 0 33 5D F 1B 56 2D
Octal 330 152 20 0 63 135 17 33 126 55
Binary 11011000 1101010 10000 0 110011 1011101 1111 11011 1010110 101101

Color Harmonies of #D86A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A10

Black with #D86A10

Text Example


Text Example

White with #D86A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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