#DF4201

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

Shades of Persimmon #DF4201

Tints of Persimmon #DF4201

Color information

#DF4201 (or 0xDF4201) is unknown color: approx Persimmon. HEX triplet: DF, 42 and 01. RGB value is (223,66,1). Sum of RGB (Red+Green+Blue) = 223+66+1=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4201 is #20BDFE. Grayscale: #696969. Windows color (decimal): -2145791 or 82655. OLE color: 82655.

HSL color Cylindrical-coordinate representation of color #DF4201: hue angle of 17.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF4201 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223661-
CMYK00.701.000.13
HSL17.57º99.11%43.92%-
HSV(B)17.57º99.55%87.45%-
XYZ32.3919.592.1-
YUV105.5369.01211.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 76.90%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=76.90%
G=22.76%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22366100.701.000.1317.5799.1143.92
HexDF42104664D12632c
Octal33710210106144152214354
Binary11011111100001010100011011001001101100101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4201; }

 p { color: rgb(223,66,1); }

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

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

 a { background-color: rgb(223,66,1); }

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

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

 span { border-color: rgb(223,66,1); }

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