#DDB496

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

Shades of Pancho #DDB496

Tints of Pancho #DDB496

Color information

#DDB496 (or 0xDDB496) is unknown color: approx Pancho. HEX triplet: DD, B4 and 96. RGB value is (221,180,150). Sum of RGB (Red+Green+Blue) = 221+180+150=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB496 is #224B69. Grayscale: #BDBDBD. Windows color (decimal): -2247530 or 9876701. OLE color: 9876701.

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

Color convert

RGB221180150-
CMYK00.190.320.13
HSL25.35º51.08%72.75%-
HSV(B)25.35º32.13%86.67%-
XYZ51.6550.2235.82-
YUV188.84106.08150.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 150 (58.98% from 255) = 27.22%
R=40.11%
G=32.67%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118015000.190.320.1325.3551.0872.75
HexDDB49601320D193349
Octal33526422602340153163111
Binary1101110110110100100101100100111000001101110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB496; }

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

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

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

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

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

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

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

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