Html Css Color HEX #D86814 Chocolate

📋 copy color: '#D86814'

red 216 ◦ green 104 ◦ blue 20

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

Shades of Chocolate #D86814

Tints of Chocolate #D86814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 63.53%
G = 30.59%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D86814 (or 0xD86814) is known color: Chocolate. HEX triplet: D8, 68 and 14. RGB value is (216,104,20). Sum of RGB (Red+Green+Blue) = 216+104+20=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D86814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86814 is #2797EB. Grayscale: #808080. Windows color (decimal): -2594796 or 1337560. OLE color: 1337560.

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

Color convert

RGB 216 104 20 -
CMYK 0 0.52 0.91 0.15
HSL 25.71º 0.83% 0.46% -
HSV(B) 25.71º 0.91% 0.85% -
XYZ 33.4 24.55 3.64 -
YUV 127.91 67.11 190.83 -
System Red Green Blue C M Y K H S L
Decimal 216 104 20 0 0.52 0.91 0.15 25.71 0.83 0.46
Hex D8 68 14 0 34 5B F 1A 53 2E
Octal 330 150 24 0 64 133 17 32 123 56
Binary 11011000 1101000 10100 0 110100 1011011 1111 11010 1010011 101110

Color Harmonies of #D86814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86814

Black with #D86814

Text Example


Text Example

White with #D86814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86814; }

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

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

background-color css

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

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

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

border-color css

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

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

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