#DDB897

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

Shades of Pancho #DDB897

Tints of Pancho #DDB897

Color information

#DDB897 (or 0xDDB897) is unknown color: approx Pancho. HEX triplet: DD, B8 and 97. RGB value is (221,184,151). Sum of RGB (Red+Green+Blue) = 221+184+151=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB897 is #224768. Grayscale: #BFBFBF. Windows color (decimal): -2246505 or 9943261. OLE color: 9943261.

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

Color convert

RGB221184151-
CMYK00.170.320.13
HSL28.29º50.72%72.94%-
HSV(B)28.29º31.67%86.67%-
XYZ52.5551.8936.52-
YUV191.3105.26149.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 184 (72.27% from 255) = 33.09%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=39.75%
G=33.09%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118415100.170.320.1328.2950.7272.94
HexDDB89701120D1c3349
Octal33527022702140153463111
Binary1101110110111000100101110100011000001101111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB897; }

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

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

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

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

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

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

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

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