Html Css Color HEX #DC5818 Chocolate

📋 copy color: '#DC5818'

red 220 ◦ green 88 ◦ blue 24

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

Shades of Chocolate #DC5818

Tints of Chocolate #DC5818

RGB

 RED value IS 220 (86.33% from 255) = 66.27%

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

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

R = 66.27%
G = 26.51%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC5818 (or 0xDC5818) is known color: Chocolate. HEX triplet: DC, 58 and 18. RGB value is (220,88,24). Sum of RGB (Red+Green+Blue) = 220+88+24=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5818 is #23A7E7. Grayscale: #787878. Windows color (decimal): -2336744 or 1595612. OLE color: 1595612.

HSL color Cylindrical-coordinate representation of color #DC5818: hue angle of 19.59º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC5818 is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 24 -
CMYK 0 0.6 0.89 0.14
HSL 19.59º 0.8% 0.48% -
HSV(B) 19.59º 0.89% 0.86% -
XYZ 33.17 22.26 3.41 -
YUV 120.17 73.73 199.2 -
System Red Green Blue C M Y K H S L
Decimal 220 88 24 0 0.6 0.89 0.14 19.59 0.8 0.48
Hex DC 58 18 0 3C 59 E 14 50 30
Octal 334 130 30 0 74 131 16 24 120 60
Binary 11011100 1011000 11000 0 111100 1011001 1110 10100 1010000 110000

Color Harmonies of #DC5818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5818

Black with #DC5818

Text Example


Text Example

White with #DC5818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5818; }

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

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

background-color css

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

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

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

border-color css

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

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

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