#DF6200

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

Shades of Persimmon #DF6200

Tints of Persimmon #DF6200

Color information

#DF6200 (or 0xDF6200) is unknown color: approx Persimmon. HEX triplet: DF, 62 and 00. RGB value is (223,98,0). Sum of RGB (Red+Green+Blue) = 223+98+0=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6200 is #209DFF. Grayscale: #7C7C7C. Windows color (decimal): -2137600 or 25311. OLE color: 25311.

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

Color convert

RGB223980-
CMYK00.5610.13
HSL26.37º100%43.73%-
HSV(B)26.37º100%87.45%-
XYZ34.824.422.88-
YUV124.257.91198.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 69.47%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.47%
G=30.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22398000.5610.1326.3710043.73
HexDF62003864D1a642c
Octal3371420070144153214454
Binary1101111111000100011100011001001101110101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6200; }

 p { color: rgb(223,98,0); }

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

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

 a { background-color: rgb(223,98,0); }

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

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

 span { border-color: rgb(223,98,0); }

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