Html Css Color HEX #DC5F18 Chocolate

📋 copy color: '#DC5F18'

red 220 ◦ green 95 ◦ blue 24

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

Shades of Chocolate #DC5F18

Tints of Chocolate #DC5F18

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.02%

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

R = 64.9%
G = 28.02%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC5F18 (or 0xDC5F18) is known color: Chocolate. HEX triplet: DC, 5F and 18. RGB value is (220,95,24). Sum of RGB (Red+Green+Blue) = 220+95+24=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5F18 is #23A0E7. Grayscale: #7C7C7C. Windows color (decimal): -2334952 or 1597404. OLE color: 1597404.

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

Color convert

RGB 220 95 24 -
CMYK 0 0.57 0.89 0.14
HSL 21.73º 0.8% 0.48% -
HSV(B) 21.73º 0.89% 0.86% -
XYZ 33.77 23.47 3.61 -
YUV 124.28 71.41 196.27 -
System Red Green Blue C M Y K H S L
Decimal 220 95 24 0 0.57 0.89 0.14 21.73 0.8 0.48
Hex DC 5F 18 0 39 59 E 16 50 30
Octal 334 137 30 0 71 131 16 26 120 60
Binary 11011100 1011111 11000 0 111001 1011001 1110 10110 1010000 110000

Color Harmonies of #DC5F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F18

Black with #DC5F18

Text Example


Text Example

White with #DC5F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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