Html Css Color HEX #D86616 Chocolate

📋 copy color: '#D86616'

red 216 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #D86616

Tints of Chocolate #D86616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

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

R = 63.53%
G = 30%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86616 (or 0xD86616) is known color: Chocolate. HEX triplet: D8, 66 and 16. RGB value is (216,102,22). Sum of RGB (Red+Green+Blue) = 216+102+22=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D86616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86616 is #2799E9. Grayscale: #7F7F7F. Windows color (decimal): -2595306 or 1468120. OLE color: 1468120.

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

Color convert

RGB 216 102 22 -
CMYK 0 0.53 0.90 0.15
HSL 24.74º 0.82% 0.47% -
HSV(B) 24.74º 0.9% 0.85% -
XYZ 33.22 24.16 3.67 -
YUV 126.97 68.77 191.5 -
System Red Green Blue C M Y K H S L
Decimal 216 102 22 0 0.53 0.90 0.15 24.74 0.82 0.47
Hex D8 66 16 0 35 5A F 19 52 2F
Octal 330 146 26 0 65 132 17 31 122 57
Binary 11011000 1100110 10110 0 110101 1011010 1111 11001 1010010 101111

Color Harmonies of #D86616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86616

Black with #D86616

Text Example


Text Example

White with #D86616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86616; }

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

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

background-color css

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

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

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

border-color css

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

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

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