Html Css Color HEX #D86C15 Chocolate

📋 copy color: '#D86C15'

red 216 ◦ green 108 ◦ blue 21

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

Shades of Chocolate #D86C15

Tints of Chocolate #D86C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 62.61%
G = 31.3%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86C15 (or 0xD86C15) is known color: Chocolate. HEX triplet: D8, 6C and 15. RGB value is (216,108,21). Sum of RGB (Red+Green+Blue) = 216+108+21=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C15 is #2793EA. Grayscale: #828282. Windows color (decimal): -2593771 or 1404120. OLE color: 1404120.

HSL color Cylindrical-coordinate representation of color #D86C15: hue angle of 26.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D86C15 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 108 21 -
CMYK 0 0.50 0.90 0.15
HSL 26.77º 0.82% 0.46% -
HSV(B) 26.77º 0.9% 0.85% -
XYZ 33.82 25.38 3.83 -
YUV 130.37 66.28 189.07 -
System Red Green Blue C M Y K H S L
Decimal 216 108 21 0 0.50 0.90 0.15 26.77 0.82 0.46
Hex D8 6C 15 0 32 5A F 1B 52 2E
Octal 330 154 25 0 62 132 17 33 122 56
Binary 11011000 1101100 10101 0 110010 1011010 1111 11011 1010010 101110

Color Harmonies of #D86C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C15

Black with #D86C15

Text Example


Text Example

White with #D86C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C15; }

 p { color: rgb(216,108,21); }

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

background-color css

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

 a { background-color: rgb(216,108,21); }

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

border-color css

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

 span { border-color: rgb(216,108,21); }

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