#DDB895

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

Shades of Pancho #DDB895

Tints of Pancho #DDB895

Color information

#DDB895 (or 0xDDB895) is unknown color: approx Pancho. HEX triplet: DD, B8 and 95. RGB value is (221,184,149). Sum of RGB (Red+Green+Blue) = 221+184+149=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB895 is #22476A. Grayscale: #BFBFBF. Windows color (decimal): -2246507 or 9812189. OLE color: 9812189.

HSL color Cylindrical-coordinate representation of color #DDB895: hue angle of 29.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDB895 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221184149-
CMYK00.170.330.13
HSL29.17º51.43%72.55%-
HSV(B)29.17º32.58%86.67%-
XYZ52.3851.8235.68-
YUV191.07104.26149.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 184 (72.27% from 255) = 33.21%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=39.89%
G=33.21%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118414900.170.330.1329.1751.4372.55
HexDDB89501121D1d3349
Octal33527022502141153563111
Binary1101110110111000100101010100011000011101111011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB895; }

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

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

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

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

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

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

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

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