Html Css Color HEX #DC5319 Chocolate

📋 copy color: '#DC5319'

red 220 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #DC5319

Tints of Chocolate #DC5319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

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

R = 67.07%
G = 25.3%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC5319 (or 0xDC5319) is known color: Chocolate. HEX triplet: DC, 53 and 19. RGB value is (220,83,25). Sum of RGB (Red+Green+Blue) = 220+83+25=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5319 is #23ACE6. Grayscale: #757575. Windows color (decimal): -2338023 or 1659868. OLE color: 1659868.

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

Color convert

RGB 220 83 25 -
CMYK 0 0.62 0.89 0.14
HSL 17.85º 0.8% 0.48% -
HSV(B) 17.85º 0.89% 0.86% -
XYZ 32.78 21.47 3.34 -
YUV 117.35 75.89 201.22 -
System Red Green Blue C M Y K H S L
Decimal 220 83 25 0 0.62 0.89 0.14 17.85 0.8 0.48
Hex DC 53 19 0 3E 59 E 12 50 30
Octal 334 123 31 0 76 131 16 22 120 60
Binary 11011100 1010011 11001 0 111110 1011001 1110 10010 1010000 110000

Color Harmonies of #DC5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5319

Black with #DC5319

Text Example


Text Example

White with #DC5319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5319; }

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

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

background-color css

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

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

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

border-color css

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

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

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