Html Css Color HEX #D85716 Chocolate

📋 copy color: '#D85716'

red 216 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #D85716

Tints of Chocolate #D85716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 66.46%
G = 26.77%
B = 6.77%

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

#D85716 (or 0xD85716) is known color: Chocolate. HEX triplet: D8, 57 and 16. RGB value is (216,87,22). Sum of RGB (Red+Green+Blue) = 216+87+22=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D85716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85716 is #27A8E9. Grayscale: #767676. Windows color (decimal): -2599146 or 1464280. OLE color: 1464280.

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

Color convert

RGB 216 87 22 -
CMYK 0 0.60 0.90 0.15
HSL 20.1º 0.82% 0.47% -
HSV(B) 20.1º 0.9% 0.85% -
XYZ 31.87 21.47 3.22 -
YUV 118.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 216 87 22 0 0.60 0.90 0.15 20.1 0.82 0.47
Hex D8 57 16 0 3C 5A F 14 52 2F
Octal 330 127 26 0 74 132 17 24 122 57
Binary 11011000 1010111 10110 0 111100 1011010 1111 10100 1010010 101111

Color Harmonies of #D85716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85716

Black with #D85716

Text Example


Text Example

White with #D85716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85716; }

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

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

background-color css

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

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

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

border-color css

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

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

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