#DDBC9A

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

Shades of Pancho #DDBC9A

Tints of Pancho #DDBC9A

Color information

#DDBC9A (or 0xDDBC9A) is unknown color: approx Pancho. HEX triplet: DD, BC and 9A. RGB value is (221,188,154). Sum of RGB (Red+Green+Blue) = 221+188+154=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC9A is #224365. Grayscale: #C2C2C2. Windows color (decimal): -2245478 or 10140893. OLE color: 10140893.

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

Color convert

RGB221188154-
CMYK00.150.300.13
HSL30.45º49.63%73.53%-
HSV(B)30.45º30.32%86.67%-
XYZ53.6353.6738.1-
YUV193.99105.43147.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=39.25%
G=33.39%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118815400.150.300.1330.4549.6373.53
HexDDBC9A0F1ED1e324a
Octal33527423201736153662112
Binary11011101101111001001101001111111101101111101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBC9A; }

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

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

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

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

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

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

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

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