#DD560C

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

Shades of Persimmon #DD560C

Tints of Persimmon #DD560C

Color information

#DD560C (or 0xDD560C) is unknown color: approx Persimmon. HEX triplet: DD, 56 and 0C. RGB value is (221,86,12). Sum of RGB (Red+Green+Blue) = 221+86+12=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD560C is #22A9F3. Grayscale: #767676. Windows color (decimal): -2271732 or 808669. OLE color: 808669.

HSL color Cylindrical-coordinate representation of color #DD560C: hue angle of 21.24º degrees, saturation: 0.9, 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 #DD560C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB2218612-
CMYK00.610.950.13
HSL21.24º89.7%45.69%-
HSV(B)21.24º94.57%86.67%-
XYZ33.2122.052.85-
YUV117.9368.23201.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.28%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 12 (5.08% from 255) = 3.76%
R=69.28%
G=26.96%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221861200.610.950.1321.2489.745.69
HexDD56C03D5FD155a2e
Octal33512614075137152513256
Binary1101110110101101100011110110111111101101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD560C; }

 p { color: rgb(221,86,12); }

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

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

 a { background-color: rgb(221,86,12); }

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

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

 span { border-color: rgb(221,86,12); }

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