#DAA209

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

Shades of Gamboge #DAA209

Tints of Gamboge #DAA209

Color information

#DAA209 (or 0xDAA209) is unknown color: approx Gamboge. HEX triplet: DA, A2 and 09. RGB value is (218,162,9). Sum of RGB (Red+Green+Blue) = 218+162+9=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA209 is #255DF6. Grayscale: #A1A1A1. Windows color (decimal): -2448887 or 631514. OLE color: 631514.

HSL color Cylindrical-coordinate representation of color #DAA209: hue angle of 43.92º 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 #DAA209 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB2181629-
CMYK00.260.960.15
HSL43.92º92.07%44.51%-
HSV(B)43.92º95.87%85.49%-
XYZ41.8840.775.92-
YUV161.342.05168.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.04%
GREEN value IS 162 (63.67% from 255) = 41.65%
BLUE value IS 9 (3.91% from 255) = 2.31%
R=56.04%
G=41.65%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218162900.260.960.1543.9292.0744.51
HexDAA2901A60F2c5c2d
Octal33224211032140175413455
Binary11011010101000101001011010110000011111011001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA209; }

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

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

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

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

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

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

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

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