Html Css Color HEX #D85218 Chocolate

📋 copy color: '#D85218'

red 216 ◦ green 82 ◦ blue 24

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

Shades of Chocolate #D85218

Tints of Chocolate #D85218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.47%

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

R = 67.08%
G = 25.47%
B = 7.45%

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

#D85218 (or 0xD85218) is known color: Chocolate. HEX triplet: D8, 52 and 18. RGB value is (216,82,24). Sum of RGB (Red+Green+Blue) = 216+82+24=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D85218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85218 is #27ADE7. Grayscale: #737373. Windows color (decimal): -2600424 or 1594072. OLE color: 1594072.

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

Color convert

RGB 216 82 24 -
CMYK 0 0.62 0.89 0.15
HSL 18.13º 0.8% 0.47% -
HSV(B) 18.13º 0.89% 0.85% -
XYZ 31.5 20.7 3.2 -
YUV 115.45 76.39 199.72 -
System Red Green Blue C M Y K H S L
Decimal 216 82 24 0 0.62 0.89 0.15 18.13 0.8 0.47
Hex D8 52 18 0 3E 59 F 12 50 2F
Octal 330 122 30 0 76 131 17 22 120 57
Binary 11011000 1010010 11000 0 111110 1011001 1111 10010 1010000 101111

Color Harmonies of #D85218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85218

Black with #D85218

Text Example


Text Example

White with #D85218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85218; }

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

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

background-color css

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

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

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

border-color css

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

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

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