#DF5108

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

Shades of Persimmon #DF5108

Tints of Persimmon #DF5108

Color information

#DF5108 (or 0xDF5108) is unknown color: approx Persimmon. HEX triplet: DF, 51 and 08. RGB value is (223,81,8). Sum of RGB (Red+Green+Blue) = 223+81+8=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5108 is #20AEF7. Grayscale: #737373. Windows color (decimal): -2141944 or 545247. OLE color: 545247.

HSL color Cylindrical-coordinate representation of color #DF5108: hue angle of 20.37º degrees, saturation: 0.93, 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 #DF5108 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB223818-
CMYK00.640.960.13
HSL20.37º93.07%45.29%-
HSV(B)20.37º96.41%87.45%-
XYZ33.4221.592.64-
YUV115.1467.54204.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 71.47%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 8 (3.52% from 255) = 2.56%
R=71.47%
G=25.96%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22381800.640.960.1320.3793.0745.29
HexDF51804060D145d2d
Octal337121100100140152413555
Binary11011111101000110000100000011000001101101001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5108; }

 p { color: rgb(223,81,8); }

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

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

 a { background-color: rgb(223,81,8); }

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

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

 span { border-color: rgb(223,81,8); }

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