Html Css Color HEX #D85818 Chocolate

📋 copy color: '#D85818'

red 216 ◦ green 88 ◦ blue 24

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

Shades of Chocolate #D85818

Tints of Chocolate #D85818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

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

R = 65.85%
G = 26.83%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D85818 (or 0xD85818) is known color: Chocolate. HEX triplet: D8, 58 and 18. RGB value is (216,88,24). Sum of RGB (Red+Green+Blue) = 216+88+24=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D85818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85818 is #27A7E7. Grayscale: #777777. Windows color (decimal): -2598888 or 1595608. OLE color: 1595608.

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

Color convert

RGB 216 88 24 -
CMYK 0 0.59 0.89 0.15
HSL 20º 0.8% 0.47% -
HSV(B) 20º 0.89% 0.85% -
XYZ 31.97 21.64 3.36 -
YUV 118.98 74.41 197.2 -
System Red Green Blue C M Y K H S L
Decimal 216 88 24 0 0.59 0.89 0.15 20 0.8 0.47
Hex D8 58 18 0 3B 59 F 14 50 2F
Octal 330 130 30 0 73 131 17 24 120 57
Binary 11011000 1011000 11000 0 111011 1011001 1111 10100 1010000 101111

Color Harmonies of #D85818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85818

Black with #D85818

Text Example


Text Example

White with #D85818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85818; }

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

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

background-color css

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

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

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

border-color css

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

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

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