Html Css Color HEX #DC5318 Chocolate

📋 copy color: '#DC5318'

red 220 ◦ green 83 ◦ blue 24

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

Shades of Chocolate #DC5318

Tints of Chocolate #DC5318

RGB

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

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

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

R = 67.28%
G = 25.38%
B = 7.34%

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

#DC5318 (or 0xDC5318) is known color: Chocolate. HEX triplet: DC, 53 and 18. RGB value is (220,83,24). Sum of RGB (Red+Green+Blue) = 220+83+24=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5318 is #23ACE7. Grayscale: #757575. Windows color (decimal): -2338024 or 1594332. OLE color: 1594332.

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

Color convert

RGB 220 83 24 -
CMYK 0 0.62 0.89 0.14
HSL 18.06º 0.8% 0.48% -
HSV(B) 18.06º 0.89% 0.86% -
XYZ 32.77 21.47 3.28 -
YUV 117.24 75.39 201.3 -
System Red Green Blue C M Y K H S L
Decimal 220 83 24 0 0.62 0.89 0.14 18.06 0.8 0.48
Hex DC 53 18 0 3E 59 E 12 50 30
Octal 334 123 30 0 76 131 16 22 120 60
Binary 11011100 1010011 11000 0 111110 1011001 1110 10010 1010000 110000

Color Harmonies of #DC5318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5318

Black with #DC5318

Text Example


Text Example

White with #DC5318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5318; }

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

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

background-color css

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

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

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

border-color css

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

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

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