Html Css Color HEX #DC5118 Chocolate

📋 copy color: '#DC5118'

red 220 ◦ green 81 ◦ blue 24

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

Shades of Chocolate #DC5118

Tints of Chocolate #DC5118

RGB

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

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

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

R = 67.69%
G = 24.92%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC5118 (or 0xDC5118) is known color: Chocolate. HEX triplet: DC, 51 and 18. RGB value is (220,81,24). Sum of RGB (Red+Green+Blue) = 220+81+24=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5118 is #23AEE7. Grayscale: #747474. Windows color (decimal): -2338536 or 1593820. OLE color: 1593820.

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

Color convert

RGB 220 81 24 -
CMYK 0 0.63 0.89 0.14
HSL 17.45º 0.8% 0.48% -
HSV(B) 17.45º 0.89% 0.86% -
XYZ 32.62 21.17 3.23 -
YUV 116.06 76.05 202.13 -
System Red Green Blue C M Y K H S L
Decimal 220 81 24 0 0.63 0.89 0.14 17.45 0.8 0.48
Hex DC 51 18 0 3F 59 E 11 50 30
Octal 334 121 30 0 77 131 16 21 120 60
Binary 11011100 1010001 11000 0 111111 1011001 1110 10001 1010000 110000

Color Harmonies of #DC5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5118

Black with #DC5118

Text Example


Text Example

White with #DC5118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5118; }

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

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

background-color css

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

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

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

border-color css

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

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

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