Html Css Color HEX #D86E16 Chocolate

📋 copy color: '#D86E16'

red 216 ◦ green 110 ◦ blue 22

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

Shades of Chocolate #D86E16

Tints of Chocolate #D86E16

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

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

R = 62.07%
G = 31.61%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86E16 (or 0xD86E16) is known color: Chocolate. HEX triplet: D8, 6E and 16. RGB value is (216,110,22). Sum of RGB (Red+Green+Blue) = 216+110+22=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86E16 is #2791E9. Grayscale: #848484. Windows color (decimal): -2593258 or 1470168. OLE color: 1470168.

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

Color convert

RGB 216 110 22 -
CMYK 0 0.49 0.90 0.15
HSL 27.22º 0.82% 0.47% -
HSV(B) 27.22º 0.9% 0.85% -
XYZ 34.04 25.81 3.95 -
YUV 131.66 66.12 188.16 -
System Red Green Blue C M Y K H S L
Decimal 216 110 22 0 0.49 0.90 0.15 27.22 0.82 0.47
Hex D8 6E 16 0 31 5A F 1B 52 2F
Octal 330 156 26 0 61 132 17 33 122 57
Binary 11011000 1101110 10110 0 110001 1011010 1111 11011 1010010 101111

Color Harmonies of #D86E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E16

Black with #D86E16

Text Example


Text Example

White with #D86E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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