Html Css Color HEX #D85018 Chocolate

📋 copy color: '#D85018'

red 216 ◦ green 80 ◦ blue 24

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

Shades of Chocolate #D85018

Tints of Chocolate #D85018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

 BLUE value IS 24 (9.77% from 255) = 7.5%

R = 67.5%
G = 25%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D85018 (or 0xD85018) is known color: Chocolate. HEX triplet: D8, 50 and 18. RGB value is (216,80,24). Sum of RGB (Red+Green+Blue) = 216+80+24=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D85018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85018 is #27AFE7. Grayscale: #727272. Windows color (decimal): -2600936 or 1593560. OLE color: 1593560.

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

Color convert

RGB 216 80 24 -
CMYK 0 0.63 0.89 0.15
HSL 17.5º 0.8% 0.47% -
HSV(B) 17.5º 0.89% 0.85% -
XYZ 31.35 20.4 3.15 -
YUV 114.28 77.06 200.55 -
System Red Green Blue C M Y K H S L
Decimal 216 80 24 0 0.63 0.89 0.15 17.5 0.8 0.47
Hex D8 50 18 0 3F 59 F 12 50 2F
Octal 330 120 30 0 77 131 17 22 120 57
Binary 11011000 1010000 11000 0 111111 1011001 1111 10010 1010000 101111

Color Harmonies of #D85018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85018

Black with #D85018

Text Example


Text Example

White with #D85018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85018; }

 p { color: rgb(216,80,24); }

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

background-color css

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

 a { background-color: rgb(216,80,24); }

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

border-color css

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

 span { border-color: rgb(216,80,24); }

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