Html Css Color HEX #DC6518 Chocolate

📋 copy color: '#DC6518'

red 220 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #DC6518

Tints of Chocolate #DC6518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

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

R = 63.77%
G = 29.28%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC6518 (or 0xDC6518) is known color: Chocolate. HEX triplet: DC, 65 and 18. RGB value is (220,101,24). Sum of RGB (Red+Green+Blue) = 220+101+24=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6518 is #239AE7. Grayscale: #808080. Windows color (decimal): -2333416 or 1598940. OLE color: 1598940.

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

Color convert

RGB 220 101 24 -
CMYK 0 0.54 0.89 0.14
HSL 23.57º 0.8% 0.48% -
HSV(B) 23.57º 0.89% 0.86% -
XYZ 34.33 24.59 3.8 -
YUV 127.8 69.42 193.76 -
System Red Green Blue C M Y K H S L
Decimal 220 101 24 0 0.54 0.89 0.14 23.57 0.8 0.48
Hex DC 65 18 0 36 59 E 18 50 30
Octal 334 145 30 0 66 131 16 30 120 60
Binary 11011100 1100101 11000 0 110110 1011001 1110 11000 1010000 110000

Color Harmonies of #DC6518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6518

Black with #DC6518

Text Example


Text Example

White with #DC6518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6518; }

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

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

background-color css

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

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

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

border-color css

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

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

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