#DAAA09

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

Shades of Gamboge #DAAA09

Tints of Gamboge #DAAA09

Color information

#DAAA09 (or 0xDAAA09) is unknown color: approx Gamboge. HEX triplet: DA, AA and 09. RGB value is (218,170,9). Sum of RGB (Red+Green+Blue) = 218+170+9=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA09 is #2555F6. Grayscale: #A6A6A6. Windows color (decimal): -2446839 or 633562. OLE color: 633562.

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

Color convert

RGB2181709-
CMYK00.220.960.15
HSL46.22º92.07%44.51%-
HSV(B)46.22º95.87%85.49%-
XYZ43.3443.676.4-
YUV16639.4165.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.91%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 9 (3.91% from 255) = 2.27%
R=54.91%
G=42.82%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218170900.220.960.1546.2292.0744.51
HexDAAA901660F2e5c2d
Octal33225211026140175613455
Binary11011010101010101001010110110000011111011101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA09; }

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

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

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

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

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

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

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

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