#DDB996

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

Shades of Pancho #DDB996

Tints of Pancho #DDB996

Color information

#DDB996 (or 0xDDB996) is unknown color: approx Pancho. HEX triplet: DD, B9 and 96. RGB value is (221,185,150). Sum of RGB (Red+Green+Blue) = 221+185+150=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB996 is #224669. Grayscale: #BFBFBF. Windows color (decimal): -2246250 or 9877981. OLE color: 9877981.

HSL color Cylindrical-coordinate representation of color #DDB996: hue angle of 29.58º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDB996 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221185150-
CMYK00.160.320.13
HSL29.58º51.08%72.75%-
HSV(B)29.58º32.13%86.67%-
XYZ52.6752.2736.17-
YUV191.77104.43148.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 150 (58.98% from 255) = 26.98%
R=39.75%
G=33.27%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118515000.160.320.1329.5851.0872.75
HexDDB99601020D1e3349
Octal33527122602040153663111
Binary1101110110111001100101100100001000001101111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB996; }

 p { color: rgb(221,185,150); }

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

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

 a { background-color: rgb(221,185,150); }

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

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

 span { border-color: rgb(221,185,150); }

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