Html Css Color HEX #D85417 Chocolate

📋 copy color: '#D85417'

red 216 ◦ green 84 ◦ blue 23

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

Shades of Chocolate #D85417

Tints of Chocolate #D85417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

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

R = 66.87%
G = 26.01%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D85417 (or 0xD85417) is known color: Chocolate. HEX triplet: D8, 54 and 17. RGB value is (216,84,23). Sum of RGB (Red+Green+Blue) = 216+84+23=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D85417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85417 is #27ABE8. Grayscale: #747474. Windows color (decimal): -2599913 or 1529048. OLE color: 1529048.

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

Color convert

RGB 216 84 23 -
CMYK 0 0.61 0.89 0.15
HSL 18.96º 0.81% 0.47% -
HSV(B) 18.96º 0.89% 0.85% -
XYZ 31.64 21 3.2 -
YUV 116.51 75.23 198.96 -
System Red Green Blue C M Y K H S L
Decimal 216 84 23 0 0.61 0.89 0.15 18.96 0.81 0.47
Hex D8 54 17 0 3D 59 F 13 51 2F
Octal 330 124 27 0 75 131 17 23 121 57
Binary 11011000 1010100 10111 0 111101 1011001 1111 10011 1010001 101111

Color Harmonies of #D85417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85417

Black with #D85417

Text Example


Text Example

White with #D85417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85417; }

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

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

background-color css

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

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

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

border-color css

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

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

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