#DDBE9B

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

Shades of Pancho #DDBE9B

Tints of Pancho #DDBE9B

Color information

#DDBE9B (or 0xDDBE9B) is unknown color: approx Pancho. HEX triplet: DD, BE and 9B. RGB value is (221,190,155). Sum of RGB (Red+Green+Blue) = 221+190+155=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE9B is #224164. Grayscale: #C3C3C3. Windows color (decimal): -2244965 or 10206941. OLE color: 10206941.

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

Color convert

RGB221190155-
CMYK00.140.300.13
HSL31.82º49.25%73.73%-
HSV(B)31.82º29.86%86.67%-
XYZ54.1554.5738.69-
YUV195.28105.27146.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 155 (60.94% from 255) = 27.39%
R=39.05%
G=33.57%
B=27.39%

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
Decimal22119015500.140.300.1331.8249.2573.73
HexDDBE9B0E1ED20314a
Octal33527623301636154061112
Binary110111011011111010011011011101111011011000001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE9B; }

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

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

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

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

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

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

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

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