Html Css Color HEX #D85F17 Chocolate

📋 copy color: '#D85F17'

red 216 ◦ green 95 ◦ blue 23

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

Shades of Chocolate #D85F17

Tints of Chocolate #D85F17

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.44%

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

R = 64.67%
G = 28.44%
B = 6.89%

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

#D85F17 (or 0xD85F17) is known color: Chocolate. HEX triplet: D8, 5F and 17. RGB value is (216,95,23). Sum of RGB (Red+Green+Blue) = 216+95+23=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85F17 is #27A0E8. Grayscale: #7B7B7B. Windows color (decimal): -2597097 or 1531864. OLE color: 1531864.

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

Color convert

RGB 216 95 23 -
CMYK 0 0.56 0.89 0.15
HSL 22.38º 0.81% 0.47% -
HSV(B) 22.38º 0.89% 0.85% -
XYZ 32.57 22.85 3.5 -
YUV 122.97 71.59 194.35 -
System Red Green Blue C M Y K H S L
Decimal 216 95 23 0 0.56 0.89 0.15 22.38 0.81 0.47
Hex D8 5F 17 0 38 59 F 16 51 2F
Octal 330 137 27 0 70 131 17 26 121 57
Binary 11011000 1011111 10111 0 111000 1011001 1111 10110 1010001 101111

Color Harmonies of #D85F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F17

Black with #D85F17

Text Example


Text Example

White with #D85F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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