Html Css Color HEX #D85616 Chocolate

📋 copy color: '#D85616'

red 216 ◦ green 86 ◦ blue 22

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

Shades of Chocolate #D85616

Tints of Chocolate #D85616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

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

R = 66.67%
G = 26.54%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D85616 (or 0xD85616) is known color: Chocolate. HEX triplet: D8, 56 and 16. RGB value is (216,86,22). Sum of RGB (Red+Green+Blue) = 216+86+22=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D85616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85616 is #27A9E9. Grayscale: #757575. Windows color (decimal): -2599402 or 1464024. OLE color: 1464024.

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

Color convert

RGB 216 86 22 -
CMYK 0 0.60 0.90 0.15
HSL 19.79º 0.82% 0.47% -
HSV(B) 19.79º 0.9% 0.85% -
XYZ 31.79 21.31 3.2 -
YUV 117.57 74.07 198.2 -
System Red Green Blue C M Y K H S L
Decimal 216 86 22 0 0.60 0.90 0.15 19.79 0.82 0.47
Hex D8 56 16 0 3C 5A F 14 52 2F
Octal 330 126 26 0 74 132 17 24 122 57
Binary 11011000 1010110 10110 0 111100 1011010 1111 10100 1010010 101111

Color Harmonies of #D85616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85616

Black with #D85616

Text Example


Text Example

White with #D85616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85616; }

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

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

background-color css

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

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

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

border-color css

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

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

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