#DF5309

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

Shades of Persimmon #DF5309

Tints of Persimmon #DF5309

Color information

#DF5309 (or 0xDF5309) is unknown color: approx Persimmon. HEX triplet: DF, 53 and 09. RGB value is (223,83,9). Sum of RGB (Red+Green+Blue) = 223+83+9=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5309 is #20ACF6. Grayscale: #747474. Windows color (decimal): -2141431 or 611295. OLE color: 611295.

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

Color convert

RGB223839-
CMYK00.630.960.13
HSL20.75º92.24%45.49%-
HSV(B)20.75º95.96%87.45%-
XYZ33.5721.892.71-
YUV116.4267.38204.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 70.79%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 9 (3.91% from 255) = 2.86%
R=70.79%
G=26.35%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22383900.630.960.1320.7592.2445.49
HexDF53903F60D155c2d
Octal33712311077140152513455
Binary1101111110100111001011111111000001101101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5309; }

 p { color: rgb(223,83,9); }

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

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

 a { background-color: rgb(223,83,9); }

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

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

 span { border-color: rgb(223,83,9); }

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