#DAA809

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

Shades of Gamboge #DAA809

Tints of Gamboge #DAA809

Color information

#DAA809 (or 0xDAA809) is unknown color: approx Gamboge. HEX triplet: DA, A8 and 09. RGB value is (218,168,9). Sum of RGB (Red+Green+Blue) = 218+168+9=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA809 is #2557F6. Grayscale: #A5A5A5. Windows color (decimal): -2447351 or 633050. OLE color: 633050.

HSL color Cylindrical-coordinate representation of color #DAA809: hue angle of 45.65º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAA809 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB2181689-
CMYK00.230.960.15
HSL45.65º92.07%44.51%-
HSV(B)45.65º95.87%85.49%-
XYZ42.9742.936.28-
YUV164.8240.06165.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.19%
GREEN value IS 168 (66.02% from 255) = 42.53%
BLUE value IS 9 (3.91% from 255) = 2.28%
R=55.19%
G=42.53%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218168900.230.960.1545.6592.0744.51
HexDAA8901760F2e5c2d
Octal33225011027140175613455
Binary11011010101010001001010111110000011111011101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA809; }

 p { color: rgb(218,168,9); }

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

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

 a { background-color: rgb(218,168,9); }

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

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

 span { border-color: rgb(218,168,9); }

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