Html Css Color HEX #DC5D14 Chocolate

📋 copy color: '#DC5D14'

red 220 ◦ green 93 ◦ blue 20

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

Shades of Chocolate #DC5D14

Tints of Chocolate #DC5D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

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

R = 66.07%
G = 27.93%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5D14 (or 0xDC5D14) is known color: Chocolate. HEX triplet: DC, 5D and 14. RGB value is (220,93,20). Sum of RGB (Red+Green+Blue) = 220+93+20=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5D14 is #23A2EB. Grayscale: #7B7B7B. Windows color (decimal): -2335468 or 1334748. OLE color: 1334748.

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

Color convert

RGB 220 93 20 -
CMYK 0 0.58 0.91 0.14
HSL 21.9º 0.83% 0.47% -
HSV(B) 21.9º 0.91% 0.86% -
XYZ 33.56 23.09 3.35 -
YUV 122.65 70.08 197.44 -
System Red Green Blue C M Y K H S L
Decimal 220 93 20 0 0.58 0.91 0.14 21.9 0.83 0.47
Hex DC 5D 14 0 3A 5B E 16 53 2F
Octal 334 135 24 0 72 133 16 26 123 57
Binary 11011100 1011101 10100 0 111010 1011011 1110 10110 1010011 101111

Color Harmonies of #DC5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D14

Black with #DC5D14

Text Example


Text Example

White with #DC5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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