#DDBA9A

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

Shades of Pancho #DDBA9A

Tints of Pancho #DDBA9A

Color information

#DDBA9A (or 0xDDBA9A) is unknown color: approx Pancho. HEX triplet: DD, BA and 9A. RGB value is (221,186,154). Sum of RGB (Red+Green+Blue) = 221+186+154=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA9A is #224565. Grayscale: #C0C0C0. Windows color (decimal): -2245990 or 10140381. OLE color: 10140381.

HSL color Cylindrical-coordinate representation of color #DDBA9A: hue angle of 28.66º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDBA9A is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221186154-
CMYK00.160.300.13
HSL28.66º49.63%73.53%-
HSV(B)28.66º30.32%86.67%-
XYZ53.2152.8237.96-
YUV192.82106.1148.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=39.39%
G=33.16%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118615400.160.300.1328.6649.6373.53
HexDDBA9A0101ED1d324a
Octal33527223202036153562112
Binary110111011011101010011010010000111101101111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA9A; }

 p { color: rgb(221,186,154); }

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

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

 a { background-color: rgb(221,186,154); }

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

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

 span { border-color: rgb(221,186,154); }

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