Html Css Color HEX #D87120 Chocolate

📋 copy color: '#D87120'

red 216 ◦ green 113 ◦ blue 32

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

Shades of Chocolate #D87120

Tints of Chocolate #D87120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 59.83%
G = 31.3%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D87120 (or 0xD87120) is known color: Chocolate. HEX triplet: D8, 71 and 20. RGB value is (216,113,32). Sum of RGB (Red+Green+Blue) = 216+113+32=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D87120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87120 is #278EDF. Grayscale: #868686. Windows color (decimal): -2592480 or 2126296. OLE color: 2126296.

HSL color Cylindrical-coordinate representation of color #D87120: hue angle of 26.41º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D87120 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 32 -
CMYK 0 0.48 0.85 0.15
HSL 26.41º 0.74% 0.49% -
HSV(B) 26.41º 0.85% 0.85% -
XYZ 34.48 26.51 4.67 -
YUV 134.56 70.12 186.09 -
System Red Green Blue C M Y K H S L
Decimal 216 113 32 0 0.48 0.85 0.15 26.41 0.74 0.49
Hex D8 71 20 0 30 55 F 1A 4A 31
Octal 330 161 40 0 60 125 17 32 112 61
Binary 11011000 1110001 100000 0 110000 1010101 1111 11010 1001010 110001

Color Harmonies of #D87120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87120

Black with #D87120

Text Example


Text Example

White with #D87120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87120; }

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

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

background-color css

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

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

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

border-color css

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

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

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