Html Css Color HEX #DC5718 Chocolate

📋 copy color: '#DC5718'

red 220 ◦ green 87 ◦ blue 24

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

Shades of Chocolate #DC5718

Tints of Chocolate #DC5718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.28%

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

R = 66.47%
G = 26.28%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC5718 (or 0xDC5718) is known color: Chocolate. HEX triplet: DC, 57 and 18. RGB value is (220,87,24). Sum of RGB (Red+Green+Blue) = 220+87+24=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5718 is #23A8E7. Grayscale: #777777. Windows color (decimal): -2337000 or 1595356. OLE color: 1595356.

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

Color convert

RGB 220 87 24 -
CMYK 0 0.60 0.89 0.14
HSL 19.29º 0.8% 0.48% -
HSV(B) 19.29º 0.89% 0.86% -
XYZ 33.09 22.1 3.39 -
YUV 119.59 74.06 199.62 -
System Red Green Blue C M Y K H S L
Decimal 220 87 24 0 0.60 0.89 0.14 19.29 0.8 0.48
Hex DC 57 18 0 3C 59 E 13 50 30
Octal 334 127 30 0 74 131 16 23 120 60
Binary 11011100 1010111 11000 0 111100 1011001 1110 10011 1010000 110000

Color Harmonies of #DC5718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5718

Black with #DC5718

Text Example


Text Example

White with #DC5718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5718; }

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

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

background-color css

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

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

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

border-color css

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

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

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