Html Css Color HEX #DC5B14 Chocolate

📋 copy color: '#DC5B14'

red 220 ◦ green 91 ◦ blue 20

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

Shades of Chocolate #DC5B14

Tints of Chocolate #DC5B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

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

R = 66.47%
G = 27.49%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5B14 (or 0xDC5B14) is known color: Chocolate. HEX triplet: DC, 5B and 14. RGB value is (220,91,20). Sum of RGB (Red+Green+Blue) = 220+91+20=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5B14 is #23A4EB. Grayscale: #797979. Windows color (decimal): -2335980 or 1334236. OLE color: 1334236.

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

Color convert

RGB 220 91 20 -
CMYK 0 0.59 0.91 0.14
HSL 21.3º 0.83% 0.47% -
HSV(B) 21.3º 0.91% 0.86% -
XYZ 33.38 22.75 3.29 -
YUV 121.48 70.74 198.27 -
System Red Green Blue C M Y K H S L
Decimal 220 91 20 0 0.59 0.91 0.14 21.3 0.83 0.47
Hex DC 5B 14 0 3B 5B E 15 53 2F
Octal 334 133 24 0 73 133 16 25 123 57
Binary 11011100 1011011 10100 0 111011 1011011 1110 10101 1010011 101111

Color Harmonies of #DC5B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B14

Black with #DC5B14

Text Example


Text Example

White with #DC5B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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