#DDB893

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

Shades of Pancho #DDB893

Tints of Pancho #DDB893

Color information

#DDB893 (or 0xDDB893) is unknown color: approx Pancho. HEX triplet: DD, B8 and 93. RGB value is (221,184,147). Sum of RGB (Red+Green+Blue) = 221+184+147=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB893 is #22476C. Grayscale: #BFBFBF. Windows color (decimal): -2246509 or 9681117. OLE color: 9681117.

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

Color convert

RGB221184147-
CMYK00.170.330.13
HSL30º52.11%72.16%-
HSV(B)30º33.48%86.67%-
XYZ52.2351.7634.84-
YUV190.84103.26149.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 184 (72.27% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 26.63%
R=40.04%
G=33.33%
B=26.63%

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
Decimal22118414700.170.330.133052.1172.16
HexDDB89301121D1e3448
Octal33527022302141153664110
Binary1101110110111000100100110100011000011101111101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB893; }

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

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

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

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

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

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

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

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