Html Css Color HEX #D85714 Chocolate

📋 copy color: '#D85714'

red 216 ◦ green 87 ◦ blue 20

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

Shades of Chocolate #D85714

Tints of Chocolate #D85714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

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

R = 66.87%
G = 26.93%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D85714 (or 0xD85714) is known color: Chocolate. HEX triplet: D8, 57 and 14. RGB value is (216,87,20). Sum of RGB (Red+Green+Blue) = 216+87+20=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D85714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85714 is #27A8EB. Grayscale: #767676. Windows color (decimal): -2599148 or 1333208. OLE color: 1333208.

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

Color convert

RGB 216 87 20 -
CMYK 0 0.60 0.91 0.15
HSL 20.51º 0.83% 0.46% -
HSV(B) 20.51º 0.91% 0.85% -
XYZ 31.85 21.47 3.13 -
YUV 117.93 72.74 197.95 -
System Red Green Blue C M Y K H S L
Decimal 216 87 20 0 0.60 0.91 0.15 20.51 0.83 0.46
Hex D8 57 14 0 3C 5B F 15 53 2E
Octal 330 127 24 0 74 133 17 25 123 56
Binary 11011000 1010111 10100 0 111100 1011011 1111 10101 1010011 101110

Color Harmonies of #D85714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85714

Black with #D85714

Text Example


Text Example

White with #D85714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85714; }

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

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

background-color css

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

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

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

border-color css

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

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

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