#DF4307

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

Shades of Persimmon #DF4307

Tints of Persimmon #DF4307

Color information

#DF4307 (or 0xDF4307) is unknown color: approx Persimmon. HEX triplet: DF, 43 and 07. RGB value is (223,67,7). Sum of RGB (Red+Green+Blue) = 223+67+7=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4307 is #20BCF8. Grayscale: #6B6B6B. Windows color (decimal): -2145529 or 476127. OLE color: 476127.

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

Color convert

RGB223677-
CMYK00.700.970.13
HSL16.67º93.91%45.1%-
HSV(B)16.67º96.86%87.45%-
XYZ32.4819.722.3-
YUV106.871.68210.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 75.08%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 7 (3.12% from 255) = 2.36%
R=75.08%
G=22.56%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22367700.700.970.1316.6793.9145.1
HexDF43704661D115e2d
Octal33710370106141152113655
Binary1101111110000111110100011011000011101100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4307; }

 p { color: rgb(223,67,7); }

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

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

 a { background-color: rgb(223,67,7); }

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

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

 span { border-color: rgb(223,67,7); }

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