Html Css Color HEX #D86216 Chocolate

📋 copy color: '#D86216'

red 216 ◦ green 98 ◦ blue 22

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

Shades of Chocolate #D86216

Tints of Chocolate #D86216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 64.29%
G = 29.17%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86216 (or 0xD86216) is known color: Chocolate. HEX triplet: D8, 62 and 16. RGB value is (216,98,22). Sum of RGB (Red+Green+Blue) = 216+98+22=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D86216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86216 is #279DE9. Grayscale: #7D7D7D. Windows color (decimal): -2596330 or 1467096. OLE color: 1467096.

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

Color convert

RGB 216 98 22 -
CMYK 0 0.55 0.90 0.15
HSL 23.51º 0.82% 0.47% -
HSV(B) 23.51º 0.9% 0.85% -
XYZ 32.83 23.39 3.54 -
YUV 124.62 70.09 193.18 -
System Red Green Blue C M Y K H S L
Decimal 216 98 22 0 0.55 0.90 0.15 23.51 0.82 0.47
Hex D8 62 16 0 37 5A F 18 52 2F
Octal 330 142 26 0 67 132 17 30 122 57
Binary 11011000 1100010 10110 0 110111 1011010 1111 11000 1010010 101111

Color Harmonies of #D86216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86216

Black with #D86216

Text Example


Text Example

White with #D86216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86216; }

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

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

background-color css

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

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

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

border-color css

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

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

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