#df550a

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

Shades of Persimmon #DF550A

Tints of Persimmon #DF550A

Color information

#DF550A (or 0xDF550A) is unknown color: approx Persimmon. HEX triplet: DF, 55 and 0A. RGB value is (223,85,10). Sum of RGB (Red+Green+Blue) = 223+85+10=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF550A is #20AAF5. Grayscale: #767676. Windows color (decimal): -2140918 or 677343. OLE color: 677343.

HSL color Cylindrical-coordinate representation of color #DF550A: hue angle of 21.13º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF550A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB2238510-
CMYK00.620.960.13
HSL21.13º91.42%45.69%-
HSV(B)21.13º95.52%87.45%-
XYZ33.7322.212.8-
YUV117.7167.22203.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 70.13%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 10 (4.30% from 255) = 3.14%
R=70.13%
G=26.73%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223851000.620.960.1321.1391.4245.69
HexDF55A03E60D155b2e
Octal33712512076140152513356
Binary1101111110101011010011111011000001101101011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df550a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df550a; }

 p { color: rgb(223,85,10); }

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

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

 a { background-color: rgb(223,85,10); }

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

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

 span { border-color: rgb(223,85,10); }

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