#DDB497

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

Shades of Pancho #DDB497

Tints of Pancho #DDB497

Color information

#DDB497 (or 0xDDB497) is unknown color: approx Pancho. HEX triplet: DD, B4 and 97. RGB value is (221,180,151). Sum of RGB (Red+Green+Blue) = 221+180+151=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB497 is #224B68. Grayscale: #BDBDBD. Windows color (decimal): -2247529 or 9942237. OLE color: 9942237.

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

Color convert

RGB221180151-
CMYK00.190.320.13
HSL24.86º50.72%72.94%-
HSV(B)24.86º31.67%86.67%-
XYZ51.7350.2536.25-
YUV188.95106.58150.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 180 (70.70% from 255) = 32.61%
BLUE value IS 151 (59.38% from 255) = 27.36%
R=40.04%
G=32.61%
B=27.36%

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
Decimal22118015100.190.320.1324.8650.7272.94
HexDDB49701320D193349
Octal33526422702340153163111
Binary1101110110110100100101110100111000001101110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB497; }

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

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

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

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

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

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

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

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