#DF5008

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

Shades of Persimmon #DF5008

Tints of Persimmon #DF5008

Color information

#DF5008 (or 0xDF5008) is unknown color: approx Persimmon. HEX triplet: DF, 50 and 08. RGB value is (223,80,8). Sum of RGB (Red+Green+Blue) = 223+80+8=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5008 is #20AFF7. Grayscale: #727272. Windows color (decimal): -2142200 or 544991. OLE color: 544991.

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

Color convert

RGB223808-
CMYK00.640.960.13
HSL20.09º93.07%45.29%-
HSV(B)20.09º96.41%87.45%-
XYZ33.3421.442.61-
YUV114.5567.88205.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 71.70%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 8 (3.52% from 255) = 2.57%
R=71.70%
G=25.72%
B=2.57%

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
Decimal22380800.640.960.1320.0993.0745.29
HexDF50804060D145d2d
Octal337120100100140152413555
Binary11011111101000010000100000011000001101101001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5008; }

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

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

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

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

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

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

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

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