#DDBD96

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

Shades of Pancho #DDBD96

Tints of Pancho #DDBD96

Color information

#DDBD96 (or 0xDDBD96) is unknown color: approx Pancho. HEX triplet: DD, BD and 96. RGB value is (221,189,150). Sum of RGB (Red+Green+Blue) = 221+189+150=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD96 is #224269. Grayscale: #C2C2C2. Windows color (decimal): -2245226 or 9879005. OLE color: 9879005.

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

Color convert

RGB221189150-
CMYK00.140.320.13
HSL32.96º51.08%72.75%-
HSV(B)32.96º32.13%86.67%-
XYZ53.5253.9736.45-
YUV194.12103.1147.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 150 (58.98% from 255) = 26.79%
R=39.46%
G=33.75%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118915000.140.320.1332.9651.0872.75
HexDDBD960E20D213349
Octal33527522601640154163111
Binary1101110110111101100101100111010000011011000011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD96; }

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

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

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

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

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

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

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

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