Html Css Color HEX #D86D14 Chocolate

📋 copy color: '#D86D14'

red 216 ◦ green 109 ◦ blue 20

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

Shades of Chocolate #D86D14

Tints of Chocolate #D86D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 62.61%
G = 31.59%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D86D14 (or 0xD86D14) is known color: Chocolate. HEX triplet: D8, 6D and 14. RGB value is (216,109,20). Sum of RGB (Red+Green+Blue) = 216+109+20=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D14 is #2792EB. Grayscale: #838383. Windows color (decimal): -2593516 or 1338840. OLE color: 1338840.

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

Color convert

RGB 216 109 20 -
CMYK 0 0.50 0.91 0.15
HSL 27.24º 0.83% 0.46% -
HSV(B) 27.24º 0.91% 0.85% -
XYZ 33.91 25.59 3.81 -
YUV 130.85 65.45 188.74 -
System Red Green Blue C M Y K H S L
Decimal 216 109 20 0 0.50 0.91 0.15 27.24 0.83 0.46
Hex D8 6D 14 0 32 5B F 1B 53 2E
Octal 330 155 24 0 62 133 17 33 123 56
Binary 11011000 1101101 10100 0 110010 1011011 1111 11011 1010011 101110

Color Harmonies of #D86D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D14

Black with #D86D14

Text Example


Text Example

White with #D86D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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