#DD5204

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

Shades of Persimmon #DD5204

Tints of Persimmon #DD5204

Color information

#DD5204 (or 0xDD5204) is unknown color: approx Persimmon. HEX triplet: DD, 52 and 04. RGB value is (221,82,4). Sum of RGB (Red+Green+Blue) = 221+82+4=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5204 is #22ADFB. Grayscale: #737373. Windows color (decimal): -2272764 or 283357. OLE color: 283357.

HSL color Cylindrical-coordinate representation of color #DD5204: hue angle of 21.57º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD5204 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB221824-
CMYK00.630.980.13
HSL21.57º96.44%44.12%-
HSV(B)21.57º98.19%86.67%-
XYZ32.8621.422.52-
YUV114.6765.55203.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 71.99%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 4 (1.95% from 255) = 1.30%
R=71.99%
G=26.71%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22182400.630.980.1321.5796.4444.12
HexDD52403F62D16602c
Octal3351224077142152614054
Binary110111011010010100011111111000101101101101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5204; }

 p { color: rgb(221,82,4); }

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

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

 a { background-color: rgb(221,82,4); }

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

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

 span { border-color: rgb(221,82,4); }

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