#DD5104

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

Shades of Persimmon #DD5104

Tints of Persimmon #DD5104

Color information

#DD5104 (or 0xDD5104) is unknown color: approx Persimmon. HEX triplet: DD, 51 and 04. RGB value is (221,81,4). Sum of RGB (Red+Green+Blue) = 221+81+4=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5104 is #22AEFB. Grayscale: #727272. Windows color (decimal): -2273020 or 283101. OLE color: 283101.

HSL color Cylindrical-coordinate representation of color #DD5104: hue angle of 21.29º 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 #DD5104 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB221814-
CMYK00.630.980.13
HSL21.29º96.44%44.12%-
HSV(B)21.29º98.19%86.67%-
XYZ32.7821.272.49-
YUV114.0865.88204.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 72.22%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=72.22%
G=26.47%
B=1.31%

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
Decimal22181400.630.980.1321.2996.4444.12
HexDD51403F62D15602c
Octal3351214077142152514054
Binary110111011010001100011111111000101101101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5104; }

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

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

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

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

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

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

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

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