#DDB99B

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

Shades of Pancho #DDB99B

Tints of Pancho #DDB99B

Color information

#DDB99B (or 0xDDB99B) is unknown color: approx Pancho. HEX triplet: DD, B9 and 9B. RGB value is (221,185,155). Sum of RGB (Red+Green+Blue) = 221+185+155=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB99B is #224664. Grayscale: #C0C0C0. Windows color (decimal): -2246245 or 10205661. OLE color: 10205661.

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

Color convert

RGB221185155-
CMYK00.160.300.13
HSL27.27º49.25%73.73%-
HSV(B)27.27º29.86%86.67%-
XYZ53.0852.4438.33-
YUV192.34106.93148.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 155 (60.94% from 255) = 27.63%
R=39.39%
G=32.98%
B=27.63%

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
Decimal22118515500.160.300.1327.2749.2573.73
HexDDB99B0101ED1b314a
Octal33527123302036153361112
Binary110111011011100110011011010000111101101110111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB99B; }

 p { color: rgb(221,185,155); }

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

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

 a { background-color: rgb(221,185,155); }

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

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

 span { border-color: rgb(221,185,155); }

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