Html Css Color HEX #D85317 Chocolate

📋 copy color: '#D85317'

red 216 ◦ green 83 ◦ blue 23

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

Shades of Chocolate #D85317

Tints of Chocolate #D85317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 67.08%
G = 25.78%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D85317 (or 0xD85317) is known color: Chocolate. HEX triplet: D8, 53 and 17. RGB value is (216,83,23). Sum of RGB (Red+Green+Blue) = 216+83+23=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D85317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85317 is #27ACE8. Grayscale: #747474. Windows color (decimal): -2600169 or 1528792. OLE color: 1528792.

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

Color convert

RGB 216 83 23 -
CMYK 0 0.62 0.89 0.15
HSL 18.65º 0.81% 0.47% -
HSV(B) 18.65º 0.89% 0.85% -
XYZ 31.57 20.85 3.17 -
YUV 115.93 75.56 199.38 -
System Red Green Blue C M Y K H S L
Decimal 216 83 23 0 0.62 0.89 0.15 18.65 0.81 0.47
Hex D8 53 17 0 3E 59 F 13 51 2F
Octal 330 123 27 0 76 131 17 23 121 57
Binary 11011000 1010011 10111 0 111110 1011001 1111 10011 1010001 101111

Color Harmonies of #D85317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85317

Black with #D85317

Text Example


Text Example

White with #D85317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85317; }

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

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

background-color css

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

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

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

border-color css

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

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

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