#DBAA00

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

Shades of Gamboge #DBAA00

Tints of Gamboge #DBAA00

Color information

#DBAA00 (or 0xDBAA00) is unknown color: approx Gamboge. HEX triplet: DB, AA and 00. RGB value is (219,170,0). Sum of RGB (Red+Green+Blue) = 219+170+0=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA00 is #2455FF. Grayscale: #A6A6A6. Windows color (decimal): -2381312 or 43739. OLE color: 43739.

HSL color Cylindrical-coordinate representation of color #DBAA00: hue angle of 46.58º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBAA00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB2191700-
CMYK00.2210.14
HSL46.58º100%42.94%-
HSV(B)46.58º100%85.88%-
XYZ43.5943.816.16-
YUV165.2734.73166.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.30%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.30%
G=43.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219170000.2210.1446.5810042.94
HexDBAA001664E2f642b
Octal3332520026144165714453
Binary11011011101010100010110110010011101011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA00; }

 p { color: rgb(219,170,0); }

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

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

 a { background-color: rgb(219,170,0); }

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

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

 span { border-color: rgb(219,170,0); }

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