#DBB997

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

Shades of Pancho #DBB997

Tints of Pancho #DBB997

Color information

#DBB997 (or 0xDBB997) is unknown color: approx Pancho. HEX triplet: DB, B9 and 97. RGB value is (219,185,151). Sum of RGB (Red+Green+Blue) = 219+185+151=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB997 is #244668. Grayscale: #BFBFBF. Windows color (decimal): -2377321 or 9943515. OLE color: 9943515.

HSL color Cylindrical-coordinate representation of color #DBB997: hue angle of 30º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBB997 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB219185151-
CMYK00.160.310.14
HSL30º48.57%72.55%-
HSV(B)30º31.05%85.88%-
XYZ52.1551.9936.57-
YUV191.29105.26147.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 185 (72.66% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=39.46%
G=33.33%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918515100.160.310.143048.5772.55
HexDBB9970101FE1e3149
Octal33327122702037163661111
Binary110110111011100110010111010000111111110111101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB997; }

 p { color: rgb(219,185,151); }

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

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

 a { background-color: rgb(219,185,151); }

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

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

 span { border-color: rgb(219,185,151); }

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