#DDC093

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

Shades of Pancho #DDC093

Tints of Pancho #DDC093

Color information

#DDC093 (or 0xDDC093) is unknown color: approx Pancho. HEX triplet: DD, C0 and 93. RGB value is (221,192,147). Sum of RGB (Red+Green+Blue) = 221+192+147=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC093 is #223F6C. Grayscale: #C3C3C3. Windows color (decimal): -2244461 or 9683165. OLE color: 9683165.

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

Color convert

RGB221192147-
CMYK00.130.330.13
HSL36.49º52.11%72.16%-
HSV(B)36.49º33.48%86.67%-
XYZ53.9355.1835.41-
YUV195.54100.61146.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=39.46%
G=34.29%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119214700.130.330.1336.4952.1172.16
HexDDC0930D21D243448
Octal33530022301541154464110
Binary1101110111000000100100110110110000111011001001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC093; }

 p { color: rgb(221,192,147); }

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

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

 a { background-color: rgb(221,192,147); }

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

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

 span { border-color: rgb(221,192,147); }

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