Html Css Color HEX #D87214 Chocolate

📋 copy color: '#D87214'

red 216 ◦ green 114 ◦ blue 20

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

Shades of Chocolate #D87214

Tints of Chocolate #D87214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 61.71%
G = 32.57%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D87214 (or 0xD87214) is known color: Chocolate. HEX triplet: D8, 72 and 14. RGB value is (216,114,20). Sum of RGB (Red+Green+Blue) = 216+114+20=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D87214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87214 is #278DEB. Grayscale: #868686. Windows color (decimal): -2592236 or 1340120. OLE color: 1340120.

HSL color Cylindrical-coordinate representation of color #D87214: hue angle of 28.78º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D87214 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 20 -
CMYK 0 0.47 0.91 0.15
HSL 28.78º 0.83% 0.46% -
HSV(B) 28.78º 0.91% 0.85% -
XYZ 34.46 26.68 4 -
YUV 133.78 63.79 186.64 -
System Red Green Blue C M Y K H S L
Decimal 216 114 20 0 0.47 0.91 0.15 28.78 0.83 0.46
Hex D8 72 14 0 2F 5B F 1D 53 2E
Octal 330 162 24 0 57 133 17 35 123 56
Binary 11011000 1110010 10100 0 101111 1011011 1111 11101 1010011 101110

Color Harmonies of #D87214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87214

Black with #D87214

Text Example


Text Example

White with #D87214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87214; }

 p { color: rgb(216,114,20); }

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

background-color css

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

 a { background-color: rgb(216,114,20); }

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

border-color css

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

 span { border-color: rgb(216,114,20); }

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