Html Css Color HEX #D87414 Chocolate

📋 copy color: '#D87414'

red 216 ◦ green 116 ◦ blue 20

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

Shades of Chocolate #D87414

Tints of Chocolate #D87414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

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

R = 61.36%
G = 32.95%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D87414 (or 0xD87414) is known color: Chocolate. HEX triplet: D8, 74 and 14. RGB value is (216,116,20). Sum of RGB (Red+Green+Blue) = 216+116+20=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D87414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87414 is #278BEB. Grayscale: #878787. Windows color (decimal): -2591724 or 1340632. OLE color: 1340632.

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

Color convert

RGB 216 116 20 -
CMYK 0 0.46 0.91 0.15
HSL 29.39º 0.83% 0.46% -
HSV(B) 29.39º 0.91% 0.85% -
XYZ 34.69 27.14 4.07 -
YUV 134.96 63.13 185.81 -
System Red Green Blue C M Y K H S L
Decimal 216 116 20 0 0.46 0.91 0.15 29.39 0.83 0.46
Hex D8 74 14 0 2E 5B F 1D 53 2E
Octal 330 164 24 0 56 133 17 35 123 56
Binary 11011000 1110100 10100 0 101110 1011011 1111 11101 1010011 101110

Color Harmonies of #D87414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87414

Black with #D87414

Text Example


Text Example

White with #D87414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87414; }

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

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

background-color css

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

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

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

border-color css

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

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

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