Html Css Color HEX #DC5F14 Chocolate

📋 copy color: '#DC5F14'

red 220 ◦ green 95 ◦ blue 20

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

Shades of Chocolate #DC5F14

Tints of Chocolate #DC5F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

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

R = 65.67%
G = 28.36%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5F14 (or 0xDC5F14) is known color: Chocolate. HEX triplet: DC, 5F and 14. RGB value is (220,95,20). Sum of RGB (Red+Green+Blue) = 220+95+20=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5F14 is #23A0EB. Grayscale: #7C7C7C. Windows color (decimal): -2334956 or 1335260. OLE color: 1335260.

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

Color convert

RGB 220 95 20 -
CMYK 0 0.57 0.91 0.14
HSL 22.5º 0.83% 0.47% -
HSV(B) 22.5º 0.91% 0.86% -
XYZ 33.73 23.45 3.41 -
YUV 123.83 69.41 196.6 -
System Red Green Blue C M Y K H S L
Decimal 220 95 20 0 0.57 0.91 0.14 22.5 0.83 0.47
Hex DC 5F 14 0 39 5B E 16 53 2F
Octal 334 137 24 0 71 133 16 26 123 57
Binary 11011100 1011111 10100 0 111001 1011011 1110 10110 1010011 101111

Color Harmonies of #DC5F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F14

Black with #DC5F14

Text Example


Text Example

White with #DC5F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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