Html Css Color HEX #DC6019 Chocolate

📋 copy color: '#DC6019'

red 220 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #DC6019

Tints of Chocolate #DC6019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 64.52%
G = 28.15%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC6019 (or 0xDC6019) is known color: Chocolate. HEX triplet: DC, 60 and 19. RGB value is (220,96,25). Sum of RGB (Red+Green+Blue) = 220+96+25=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6019 is #239FE6. Grayscale: #7D7D7D. Windows color (decimal): -2334695 or 1663196. OLE color: 1663196.

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

Color convert

RGB 220 96 25 -
CMYK 0 0.56 0.89 0.14
HSL 21.85º 0.8% 0.48% -
HSV(B) 21.85º 0.89% 0.86% -
XYZ 33.87 23.65 3.7 -
YUV 124.98 71.58 195.77 -
System Red Green Blue C M Y K H S L
Decimal 220 96 25 0 0.56 0.89 0.14 21.85 0.8 0.48
Hex DC 60 19 0 38 59 E 16 50 30
Octal 334 140 31 0 70 131 16 26 120 60
Binary 11011100 1100000 11001 0 111000 1011001 1110 10110 1010000 110000

Color Harmonies of #DC6019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6019

Black with #DC6019

Text Example


Text Example

White with #DC6019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6019; }

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

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

background-color css

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

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

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

border-color css

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

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

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