Html Css Color HEX #D86214 Chocolate

📋 copy color: '#D86214'

red 216 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #D86214

Tints of Chocolate #D86214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.34%

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

R = 64.67%
G = 29.34%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D86214 (or 0xD86214) is known color: Chocolate. HEX triplet: D8, 62 and 14. RGB value is (216,98,20). Sum of RGB (Red+Green+Blue) = 216+98+20=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D86214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86214 is #279DEB. Grayscale: #7C7C7C. Windows color (decimal): -2596332 or 1336024. OLE color: 1336024.

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

Color convert

RGB 216 98 20 -
CMYK 0 0.55 0.91 0.15
HSL 23.88º 0.83% 0.46% -
HSV(B) 23.88º 0.91% 0.85% -
XYZ 32.81 23.38 3.45 -
YUV 124.39 69.09 193.34 -
System Red Green Blue C M Y K H S L
Decimal 216 98 20 0 0.55 0.91 0.15 23.88 0.83 0.46
Hex D8 62 14 0 37 5B F 18 53 2E
Octal 330 142 24 0 67 133 17 30 123 56
Binary 11011000 1100010 10100 0 110111 1011011 1111 11000 1010011 101110

Color Harmonies of #D86214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86214

Black with #D86214

Text Example


Text Example

White with #D86214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86214; }

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

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

background-color css

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

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

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

border-color css

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

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

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