Html Css Color HEX #D87115 Chocolate

📋 copy color: '#D87115'

red 216 ◦ green 113 ◦ blue 21

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

Shades of Chocolate #D87115

Tints of Chocolate #D87115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

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

R = 61.71%
G = 32.29%
B = 6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D87115 (or 0xD87115) is known color: Chocolate. HEX triplet: D8, 71 and 15. RGB value is (216,113,21). Sum of RGB (Red+Green+Blue) = 216+113+21=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D87115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87115 is #278EEA. Grayscale: #858585. Windows color (decimal): -2592491 or 1405400. OLE color: 1405400.

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

Color convert

RGB 216 113 21 -
CMYK 0 0.48 0.90 0.15
HSL 28.31º 0.82% 0.46% -
HSV(B) 28.31º 0.9% 0.85% -
XYZ 34.36 26.46 4.01 -
YUV 133.31 64.62 186.98 -
System Red Green Blue C M Y K H S L
Decimal 216 113 21 0 0.48 0.90 0.15 28.31 0.82 0.46
Hex D8 71 15 0 30 5A F 1C 52 2E
Octal 330 161 25 0 60 132 17 34 122 56
Binary 11011000 1110001 10101 0 110000 1011010 1111 11100 1010010 101110

Color Harmonies of #D87115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87115

Black with #D87115

Text Example


Text Example

White with #D87115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87115; }

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

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

background-color css

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

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

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

border-color css

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

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

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