#DDBE97

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

Shades of Pancho #DDBE97

Tints of Pancho #DDBE97

Color information

#DDBE97 (or 0xDDBE97) is unknown color: approx Pancho. HEX triplet: DD, BE and 97. RGB value is (221,190,151). Sum of RGB (Red+Green+Blue) = 221+190+151=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE97 is #224168. Grayscale: #C3C3C3. Windows color (decimal): -2244969 or 9944797. OLE color: 9944797.

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

Color convert

RGB221190151-
CMYK00.140.320.13
HSL33.43º50.72%72.94%-
HSV(B)33.43º31.67%86.67%-
XYZ53.8254.4336.95-
YUV194.82103.27146.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 151 (59.38% from 255) = 26.87%
R=39.32%
G=33.81%
B=26.87%

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
Decimal22119015100.140.320.1333.4350.7272.94
HexDDBE970E20D213349
Octal33527622701640154163111
Binary1101110110111110100101110111010000011011000011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE97; }

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

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

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

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

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

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

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

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