#DC5014

Color #DC5014 Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #DC5014

Tints of Persimmon #DC5014

Color information

#DC5014 (or 0xDC5014) is unknown color: approx Persimmon. HEX triplet: DC, 50 and 14. RGB value is (220,80,20). Sum of RGB (Red+Green+Blue) = 220+80+20=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5014 is #23AFEB. Grayscale: #737373. Windows color (decimal): -2338796 or 1331420. OLE color: 1331420.

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

Color convert

RGB2208020-
CMYK00.640.910.14
HSL18º83.33%47.06%-
HSV(B)18º90.91%86.27%-
XYZ32.51213-
YUV115.0274.38202.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 68.75%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 6.25%
R=68.75%
G=25%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220802000.640.910.141883.3347.06
HexDC50140405BE12532f
Octal334120240100133162212357
Binary110111001010000101000100000010110111110100101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5014; }

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

 H1.HeaderClassName
 {
   color: #DC5014;
 }
 .AnyTagClassName
 {
   color: #DC5014;
 }
</style>
background-color css

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

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

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

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

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

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