#DDBD9B

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

Shades of Pancho #DDBD9B

Tints of Pancho #DDBD9B

Color information

#DDBD9B (or 0xDDBD9B) is unknown color: approx Pancho. HEX triplet: DD, BD and 9B. RGB value is (221,189,155). Sum of RGB (Red+Green+Blue) = 221+189+155=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD9B is #224264. Grayscale: #C2C2C2. Windows color (decimal): -2245221 or 10206685. OLE color: 10206685.

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

Color convert

RGB221189155-
CMYK00.140.300.13
HSL30.91º49.25%73.73%-
HSV(B)30.91º29.86%86.67%-
XYZ53.9354.1338.62-
YUV194.69105.6146.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=39.12%
G=33.45%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118915500.140.300.1330.9149.2573.73
HexDDBD9B0E1ED1f314a
Octal33527523301636153761112
Binary11011101101111011001101101110111101101111111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD9B; }

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

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

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

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

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

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

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

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