#DDBB97

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

Shades of Pancho #DDBB97

Tints of Pancho #DDBB97

Color information

#DDBB97 (or 0xDDBB97) is unknown color: approx Pancho. HEX triplet: DD, BB and 97. RGB value is (221,187,151). Sum of RGB (Red+Green+Blue) = 221+187+151=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB97 is #224468. Grayscale: #C1C1C1. Windows color (decimal): -2245737 or 9944029. OLE color: 9944029.

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

Color convert

RGB221187151-
CMYK00.150.320.13
HSL30.86º50.72%72.94%-
HSV(B)30.86º31.67%86.67%-
XYZ53.1853.1536.73-
YUV193.06104.26147.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 151 (59.38% from 255) = 27.01%
R=39.53%
G=33.45%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118715100.150.320.1330.8650.7272.94
HexDDBB970F20D1f3349
Octal33527322701740153763111
Binary110111011011101110010111011111000001101111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBB97; }

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

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

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

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

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

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

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

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