Html Css Color HEX #D85E17 Chocolate

📋 copy color: '#D85E17'

red 216 ◦ green 94 ◦ blue 23

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

Shades of Chocolate #D85E17

Tints of Chocolate #D85E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

 BLUE value IS 23 (9.38% from 255) = 6.91%

R = 64.86%
G = 28.23%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D85E17 (or 0xD85E17) is known color: Chocolate. HEX triplet: D8, 5E and 17. RGB value is (216,94,23). Sum of RGB (Red+Green+Blue) = 216+94+23=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85E17 is #27A1E8. Grayscale: #7A7A7A. Windows color (decimal): -2597353 or 1531608. OLE color: 1531608.

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

Color convert

RGB 216 94 23 -
CMYK 0 0.56 0.89 0.15
HSL 22.07º 0.81% 0.47% -
HSV(B) 22.07º 0.89% 0.85% -
XYZ 32.48 22.67 3.47 -
YUV 122.38 71.92 194.77 -
System Red Green Blue C M Y K H S L
Decimal 216 94 23 0 0.56 0.89 0.15 22.07 0.81 0.47
Hex D8 5E 17 0 38 59 F 16 51 2F
Octal 330 136 27 0 70 131 17 26 121 57
Binary 11011000 1011110 10111 0 111000 1011001 1111 10110 1010001 101111

Color Harmonies of #D85E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E17

Black with #D85E17

Text Example


Text Example

White with #D85E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E17; }

 p { color: rgb(216,94,23); }

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

background-color css

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

 a { background-color: rgb(216,94,23); }

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

border-color css

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

 span { border-color: rgb(216,94,23); }

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