#DBAE00

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

Shades of Gamboge #DBAE00

Tints of Gamboge #DBAE00

Color information

#DBAE00 (or 0xDBAE00) is unknown color: approx Gamboge. HEX triplet: DB, AE and 00. RGB value is (219,174,0). Sum of RGB (Red+Green+Blue) = 219+174+0=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE00 is #2451FF. Grayscale: #A8A8A8. Windows color (decimal): -2380288 or 44763. OLE color: 44763.

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

Color convert

RGB2191740-
CMYK00.2110.14
HSL47.67º100%42.94%-
HSV(B)47.67º100%85.88%-
XYZ44.3545.336.41-
YUV167.6233.41164.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.73%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.73%
G=44.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219174000.2110.1447.6710042.94
HexDBAE001564E30642b
Octal3332560025144166014453
Binary11011011101011100010101110010011101100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE00; }

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

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

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

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

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

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

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

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