#DC510E

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

Shades of Persimmon #DC510E

Tints of Persimmon #DC510E

Color information

#DC510E (or 0xDC510E) is unknown color: approx Persimmon. HEX triplet: DC, 51 and 0E. RGB value is (220,81,14). Sum of RGB (Red+Green+Blue) = 220+81+14=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC510E is #23AEF1. Grayscale: #737373. Windows color (decimal): -2338546 or 938460. OLE color: 938460.

HSL color Cylindrical-coordinate representation of color #DC510E: hue angle of 19.51º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC510E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB2208114-
CMYK00.630.940.14
HSL19.51º88.03%45.88%-
HSV(B)19.51º93.64%86.27%-
XYZ32.5421.132.78-
YUV114.9271.05202.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 69.84%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 14 (5.86% from 255) = 4.44%
R=69.84%
G=25.71%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220811400.630.940.1419.5188.0345.88
HexDC51E03F5EE14582e
Octal33412116077136162413056
Binary1101110010100011110011111110111101110101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC510E; }

 p { color: rgb(220,81,14); }

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

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

 a { background-color: rgb(220,81,14); }

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

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

 span { border-color: rgb(220,81,14); }

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