Html Css Color HEX #DC6519 Chocolate

📋 copy color: '#DC6519'

red 220 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #DC6519

Tints of Chocolate #DC6519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 63.58%
G = 29.19%
B = 7.23%

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

#DC6519 (or 0xDC6519) is known color: Chocolate. HEX triplet: DC, 65 and 19. RGB value is (220,101,25). Sum of RGB (Red+Green+Blue) = 220+101+25=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6519 is #239AE6. Grayscale: #808080. Windows color (decimal): -2333415 or 1664476. OLE color: 1664476.

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

Color convert

RGB 220 101 25 -
CMYK 0 0.54 0.89 0.14
HSL 23.38º 0.8% 0.48% -
HSV(B) 23.38º 0.89% 0.86% -
XYZ 34.34 24.59 3.86 -
YUV 127.92 69.92 193.68 -
System Red Green Blue C M Y K H S L
Decimal 220 101 25 0 0.54 0.89 0.14 23.38 0.8 0.48
Hex DC 65 19 0 36 59 E 17 50 30
Octal 334 145 31 0 66 131 16 27 120 60
Binary 11011100 1100101 11001 0 110110 1011001 1110 10111 1010000 110000

Color Harmonies of #DC6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6519

Black with #DC6519

Text Example


Text Example

White with #DC6519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6519; }

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

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

background-color css

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

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

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

border-color css

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

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

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