#DDB196

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

Shades of Pancho #DDB196

Tints of Pancho #DDB196

Color information

#DDB196 (or 0xDDB196) is unknown color: approx Pancho. HEX triplet: DD, B1 and 96. RGB value is (221,177,150). Sum of RGB (Red+Green+Blue) = 221+177+150=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB196 is #224E69. Grayscale: #BBBBBB. Windows color (decimal): -2248298 or 9875933. OLE color: 9875933.

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

Color convert

RGB221177150-
CMYK00.200.320.13
HSL22.82º51.08%72.75%-
HSV(B)22.82º32.13%86.67%-
XYZ51.0549.0235.63-
YUV187.08107.08152.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 150 (58.98% from 255) = 27.37%
R=40.33%
G=32.30%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117715000.200.320.1322.8251.0872.75
HexDDB19601420D173349
Octal33526122602440152763111
Binary1101110110110001100101100101001000001101101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB196; }

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

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

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

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

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

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

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

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