Html Css Color HEX #DC7518 Chocolate

📋 copy color: '#DC7518'

red 220 ◦ green 117 ◦ blue 24

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

Shades of Chocolate #DC7518

Tints of Chocolate #DC7518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 60.94%
G = 32.41%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC7518 (or 0xDC7518) is known color: Chocolate. HEX triplet: DC, 75 and 18. RGB value is (220,117,24). Sum of RGB (Red+Green+Blue) = 220+117+24=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7518 is #238AE7. Grayscale: #898989. Windows color (decimal): -2329320 or 1603036. OLE color: 1603036.

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

Color convert

RGB 220 117 24 -
CMYK 0 0.47 0.89 0.14
HSL 28.47º 0.8% 0.48% -
HSV(B) 28.47º 0.89% 0.86% -
XYZ 36.04 28 4.37 -
YUV 137.2 64.12 187.06 -
System Red Green Blue C M Y K H S L
Decimal 220 117 24 0 0.47 0.89 0.14 28.47 0.8 0.48
Hex DC 75 18 0 2F 59 E 1C 50 30
Octal 334 165 30 0 57 131 16 34 120 60
Binary 11011100 1110101 11000 0 101111 1011001 1110 11100 1010000 110000

Color Harmonies of #DC7518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7518

Black with #DC7518

Text Example


Text Example

White with #DC7518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7518; }

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

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

background-color css

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

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

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

border-color css

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

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

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