#DF4A0B

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

Shades of Persimmon #DF4A0B

Tints of Persimmon #DF4A0B

Color information

#DF4A0B (or 0xDF4A0B) is unknown color: approx Persimmon. HEX triplet: DF, 4A and 0B. RGB value is (223,74,11). Sum of RGB (Red+Green+Blue) = 223+74+11=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A0B is #20B5F4. Grayscale: #6F6F6F. Windows color (decimal): -2143733 or 740063. OLE color: 740063.

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

Color convert

RGB2237411-
CMYK00.670.950.13
HSL17.83º90.6%45.88%-
HSV(B)17.83º95.07%87.45%-
XYZ32.9420.612.56-
YUV111.3771.36207.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 72.40%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 11 (4.69% from 255) = 3.57%
R=72.40%
G=24.03%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223741100.670.950.1317.8390.645.88
HexDF4AB0435FD125b2e
Octal337112130103137152213356
Binary11011111100101010110100001110111111101100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4A0B; }

 p { color: rgb(223,74,11); }

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

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

 a { background-color: rgb(223,74,11); }

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

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

 span { border-color: rgb(223,74,11); }

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