#DD5C0C

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

Shades of Persimmon #DD5C0C

Tints of Persimmon #DD5C0C

Color information

#DD5C0C (or 0xDD5C0C) is unknown color: approx Persimmon. HEX triplet: DD, 5C and 0C. RGB value is (221,92,12). Sum of RGB (Red+Green+Blue) = 221+92+12=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C0C is #22A3F3. Grayscale: #797979. Windows color (decimal): -2270196 or 810205. OLE color: 810205.

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

Color convert

RGB2219212-
CMYK00.580.950.13
HSL22.97º89.7%45.69%-
HSV(B)22.97º94.57%86.67%-
XYZ33.7123.053.02-
YUV121.4566.24199-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 12 (5.08% from 255) = 3.69%
R=68%
G=28.31%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221921200.580.950.1322.9789.745.69
HexDD5CC03A5FD175a2e
Octal33513414072137152713256
Binary1101110110111001100011101010111111101101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5C0C; }

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

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

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

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

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

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

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

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