Html Css Color HEX #DAA409 Gamboge

📋 copy color: '#DAA409'

red 218 ◦ green 164 ◦ blue 9

#DAA409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #DAA409

Tints of Gamboge #DAA409

RGB

 RED value IS 218 (85.55% from 255) = 55.75%

 GREEN value IS 164 (64.45% from 255) = 41.94%

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 55.75%
G = 41.94%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAA409 (or 0xDAA409) is known color: Gamboge. HEX triplet: DA, A4 and 09. RGB value is (218,164,9). Sum of RGB (Red+Green+Blue) = 218+164+9=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA409 is #255BF6. Grayscale: #A3A3A3. Windows color (decimal): -2448375 or 632026. OLE color: 632026.

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

Color convert

RGB 218 164 9 -
CMYK 0 0.25 0.96 0.15
HSL 44.5º 0.92% 0.45% -
HSV(B) 44.5º 0.96% 0.85% -
XYZ 42.24 41.48 6.04 -
YUV 162.48 41.39 167.6 -
System Red Green Blue C M Y K H S L
Decimal 218 164 9 0 0.25 0.96 0.15 44.5 0.92 0.45
Hex DA A4 9 0 19 60 F 2C 5C 2D
Octal 332 244 11 0 31 140 17 54 134 55
Binary 11011010 10100100 1001 0 11001 1100000 1111 101100 1011100 101101

Color Harmonies of #DAA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA409

Black with #DAA409

Text Example


Text Example

White with #DAA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA409; }

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

 H1.HeaderClassName
 {
   color: #DAA409;
 }
 .AnyTagClassName
 {
   color: #DAA409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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