Html Css Color HEX #DAA900 Gamboge

📋 copy color: '#DAA900'

red 218 ◦ green 169 ◦ blue 0

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

Shades of Gamboge #DAA900

Tints of Gamboge #DAA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.33%
G = 43.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAA900 (or 0xDAA900) is known color: Gamboge. HEX triplet: DA, A9 and 00. RGB value is (218,169,0). Sum of RGB (Red+Green+Blue) = 218+169+0=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA900 is #2556FF. Grayscale: #A5A5A5. Windows color (decimal): -2447104 or 43482. OLE color: 43482.

HSL color Cylindrical-coordinate representation of color #DAA900: hue angle of 46.51º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAA900 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 0 -
CMYK 0 0.22 1 0.15
HSL 46.51º 1% 0.43% -
HSV(B) 46.51º 1% 0.85% -
XYZ 43.1 43.28 6.08 -
YUV 164.39 35.23 166.24 -
System Red Green Blue C M Y K H S L
Decimal 218 169 0 0 0.22 1 0.15 46.51 1 0.43
Hex DA A9 0 0 16 64 F 2F 64 2B
Octal 332 251 0 0 26 144 17 57 144 53
Binary 11011010 10101001 0 0 10110 1100100 1111 101111 1100100 101011

Color Harmonies of #DAA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA900

Black with #DAA900

Text Example


Text Example

White with #DAA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA900; }

 p { color: rgb(218,169,0); }

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

background-color css

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

 a { background-color: rgb(218,169,0); }

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

border-color css

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

 span { border-color: rgb(218,169,0); }

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