#D86B1A

Color #D86B1A Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D86B1A

Tints of Chocolate #D86B1A

Color information

#D86B1A (or 0xD86B1A) is unknown color: approx Chocolate. HEX triplet: D8, 6B and 1A. RGB value is (216,107,26). Sum of RGB (Red+Green+Blue) = 216+107+26=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86B1A is #2794E5. Grayscale: #828282. Windows color (decimal): -2594022 or 1731544. OLE color: 1731544.

HSL color Cylindrical-coordinate representation of color #D86B1A: hue angle of 25.58º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D86B1A is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB21610726-
CMYK00.500.880.15
HSL25.58º78.51%47.45%-
HSV(B)25.58º87.96%84.71%-
XYZ33.7625.194.06-
YUV130.3669.11189.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.89%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 26 (10.55% from 255) = 7.45%
R=61.89%
G=30.66%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161072600.500.880.1525.5878.5147.45
HexD86B1A03258F1a4f2f
Octal33015332062130173211757
Binary11011000110101111010011001010110001111110101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86B1A; }

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

 H1.HeaderClassName
 {
   color: #D86B1A;
 }
 .AnyTagClassName
 {
   color: #D86B1A;
 }
</style>
background-color css

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

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

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

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

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

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