Html Css Color HEX #D85814 Chocolate

📋 copy color: '#D85814'

red 216 ◦ green 88 ◦ blue 20

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

Shades of Chocolate #D85814

Tints of Chocolate #D85814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 66.67%
G = 27.16%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D85814 (or 0xD85814) is known color: Chocolate. HEX triplet: D8, 58 and 14. RGB value is (216,88,20). Sum of RGB (Red+Green+Blue) = 216+88+20=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D85814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85814 is #27A7EB. Grayscale: #767676. Windows color (decimal): -2598892 or 1333464. OLE color: 1333464.

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

Color convert

RGB 216 88 20 -
CMYK 0 0.59 0.91 0.15
HSL 20.82º 0.83% 0.46% -
HSV(B) 20.82º 0.91% 0.85% -
XYZ 31.93 21.63 3.15 -
YUV 118.52 72.41 197.53 -
System Red Green Blue C M Y K H S L
Decimal 216 88 20 0 0.59 0.91 0.15 20.82 0.83 0.46
Hex D8 58 14 0 3B 5B F 15 53 2E
Octal 330 130 24 0 73 133 17 25 123 56
Binary 11011000 1011000 10100 0 111011 1011011 1111 10101 1010011 101110

Color Harmonies of #D85814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85814

Black with #D85814

Text Example


Text Example

White with #D85814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85814; }

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

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

background-color css

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

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

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

border-color css

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

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

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