Html Css Color HEX #D85615 Chocolate

📋 copy color: '#D85615'

red 216 ◦ green 86 ◦ blue 21

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

Shades of Chocolate #D85615

Tints of Chocolate #D85615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.5%

R = 66.87%
G = 26.63%
B = 6.5%

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

#D85615 (or 0xD85615) is known color: Chocolate. HEX triplet: D8, 56 and 15. RGB value is (216,86,21). Sum of RGB (Red+Green+Blue) = 216+86+21=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D85615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85615 is #27A9EA. Grayscale: #757575. Windows color (decimal): -2599403 or 1398488. OLE color: 1398488.

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

Color convert

RGB 216 86 21 -
CMYK 0 0.60 0.90 0.15
HSL 20º 0.82% 0.46% -
HSV(B) 20º 0.9% 0.85% -
XYZ 31.78 21.31 3.15 -
YUV 117.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 216 86 21 0 0.60 0.90 0.15 20 0.82 0.46
Hex D8 56 15 0 3C 5A F 14 52 2E
Octal 330 126 25 0 74 132 17 24 122 56
Binary 11011000 1010110 10101 0 111100 1011010 1111 10100 1010010 101110

Color Harmonies of #D85615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85615

Black with #D85615

Text Example


Text Example

White with #D85615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85615; }

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

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

background-color css

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

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

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

border-color css

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

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

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