#DD5713

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

Shades of Persimmon #DD5713

Tints of Persimmon #DD5713

Color information

#DD5713 (or 0xDD5713) is unknown color: approx Persimmon. HEX triplet: DD, 57 and 13. RGB value is (221,87,19). Sum of RGB (Red+Green+Blue) = 221+87+19=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5713 is #22A8EC. Grayscale: #777777. Windows color (decimal): -2271469 or 1267677. OLE color: 1267677.

HSL color Cylindrical-coordinate representation of color #DD5713: hue angle of 20.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD5713 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB2218719-
CMYK00.610.910.13
HSL20.2º84.17%47.06%-
HSV(B)20.2º91.4%86.67%-
XYZ33.3422.243.15-
YUV119.3171.39200.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.58%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 19 (7.81% from 255) = 5.81%
R=67.58%
G=26.61%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221871900.610.910.1320.284.1747.06
HexDD571303D5BD14542f
Octal33512723075133152412457
Binary11011101101011110011011110110110111101101001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5713; }

 p { color: rgb(221,87,19); }

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

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

 a { background-color: rgb(221,87,19); }

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

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

 span { border-color: rgb(221,87,19); }

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