Html Css Color HEX #D85117 Chocolate

📋 copy color: '#D85117'

red 216 ◦ green 81 ◦ blue 23

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

Shades of Chocolate #D85117

Tints of Chocolate #D85117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.31%

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

R = 67.5%
G = 25.31%
B = 7.19%

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

#D85117 (or 0xD85117) is known color: Chocolate. HEX triplet: D8, 51 and 17. RGB value is (216,81,23). Sum of RGB (Red+Green+Blue) = 216+81+23=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D85117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85117 is #27AEE8. Grayscale: #737373. Windows color (decimal): -2600681 or 1528280. OLE color: 1528280.

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

Color convert

RGB 216 81 23 -
CMYK 0 0.62 0.89 0.15
HSL 18.03º 0.81% 0.47% -
HSV(B) 18.03º 0.89% 0.85% -
XYZ 31.42 20.55 3.12 -
YUV 114.75 76.23 200.22 -
System Red Green Blue C M Y K H S L
Decimal 216 81 23 0 0.62 0.89 0.15 18.03 0.81 0.47
Hex D8 51 17 0 3E 59 F 12 51 2F
Octal 330 121 27 0 76 131 17 22 121 57
Binary 11011000 1010001 10111 0 111110 1011001 1111 10010 1010001 101111

Color Harmonies of #D85117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85117

Black with #D85117

Text Example


Text Example

White with #D85117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85117; }

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

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

background-color css

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

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

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

border-color css

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

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

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