Html Css Color HEX #D87110 Chocolate

📋 copy color: '#D87110'

red 216 ◦ green 113 ◦ blue 16

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

Shades of Chocolate #D87110

Tints of Chocolate #D87110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.64%

R = 62.61%
G = 32.75%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D87110 (or 0xD87110) is known color: Chocolate. HEX triplet: D8, 71 and 10. RGB value is (216,113,16). Sum of RGB (Red+Green+Blue) = 216+113+16=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D87110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87110 is #278EEF. Grayscale: #858585. Windows color (decimal): -2592496 or 1077720. OLE color: 1077720.

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

Color convert

RGB 216 113 16 -
CMYK 0 0.48 0.93 0.15
HSL 29.1º 0.86% 0.45% -
HSV(B) 29.1º 0.93% 0.85% -
XYZ 34.32 26.45 3.79 -
YUV 132.74 62.12 187.39 -
System Red Green Blue C M Y K H S L
Decimal 216 113 16 0 0.48 0.93 0.15 29.1 0.86 0.45
Hex D8 71 10 0 30 5D F 1D 56 2D
Octal 330 161 20 0 60 135 17 35 126 55
Binary 11011000 1110001 10000 0 110000 1011101 1111 11101 1010110 101101

Color Harmonies of #D87110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87110

Black with #D87110

Text Example


Text Example

White with #D87110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87110; }

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

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

background-color css

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

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

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

border-color css

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

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

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