Html Css Color HEX #DC5514 Chocolate

📋 copy color: '#DC5514'

red 220 ◦ green 85 ◦ blue 20

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

Shades of Chocolate #DC5514

Tints of Chocolate #DC5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 67.69%
G = 26.15%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5514 (or 0xDC5514) is known color: Chocolate. HEX triplet: DC, 55 and 14. RGB value is (220,85,20). Sum of RGB (Red+Green+Blue) = 220+85+20=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5514 is #23AAEB. Grayscale: #767676. Windows color (decimal): -2337516 or 1332700. OLE color: 1332700.

HSL color Cylindrical-coordinate representation of color #DC5514: hue angle of 19.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC5514 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 20 -
CMYK 0 0.61 0.91 0.14
HSL 19.5º 0.83% 0.47% -
HSV(B) 19.5º 0.91% 0.86% -
XYZ 32.89 21.76 3.13 -
YUV 117.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 220 85 20 0 0.61 0.91 0.14 19.5 0.83 0.47
Hex DC 55 14 0 3D 5B E 14 53 2F
Octal 334 125 24 0 75 133 16 24 123 57
Binary 11011100 1010101 10100 0 111101 1011011 1110 10100 1010011 101111

Color Harmonies of #DC5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5514

Black with #DC5514

Text Example


Text Example

White with #DC5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5514; }

 p { color: rgb(220,85,20); }

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

background-color css

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

 a { background-color: rgb(220,85,20); }

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

border-color css

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

 span { border-color: rgb(220,85,20); }

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