#DDBE96

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

Shades of Pancho #DDBE96

Tints of Pancho #DDBE96

Color information

#DDBE96 (or 0xDDBE96) is unknown color: approx Pancho. HEX triplet: DD, BE and 96. RGB value is (221,190,150). Sum of RGB (Red+Green+Blue) = 221+190+150=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE96 is #224169. Grayscale: #C2C2C2. Windows color (decimal): -2244970 or 9879261. OLE color: 9879261.

HSL color Cylindrical-coordinate representation of color #DDBE96: hue angle of 33.8º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDBE96 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221190150-
CMYK00.140.320.13
HSL33.8º51.08%72.75%-
HSV(B)33.8º32.13%86.67%-
XYZ53.7454.436.52-
YUV194.71102.77146.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=39.39%
G=33.87%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119015000.140.320.1333.851.0872.75
HexDDBE960E20D223349
Octal33527622601640154263111
Binary1101110110111110100101100111010000011011000101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE96; }

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

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

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

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

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

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

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

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