#DBB999

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

Shades of Pancho #DBB999

Tints of Pancho #DBB999

Color information

#DBB999 (or 0xDBB999) is unknown color: approx Pancho. HEX triplet: DB, B9 and 99. RGB value is (219,185,153). Sum of RGB (Red+Green+Blue) = 219+185+153=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB999 is #244666. Grayscale: #BFBFBF. Windows color (decimal): -2377319 or 10074587. OLE color: 10074587.

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

Color convert

RGB219185153-
CMYK00.160.300.14
HSL29.09º47.83%72.94%-
HSV(B)29.09º30.14%85.88%-
XYZ52.3152.0637.43-
YUV191.52106.26147.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=39.32%
G=33.21%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918515300.160.300.1429.0947.8372.94
HexDBB9990101EE1d3049
Octal33327123102036163560111
Binary110110111011100110011001010000111101110111011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB999; }

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

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

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

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

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

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

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

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