Html Css Color HEX #DAA809 Gamboge

📋 copy color: '#DAA809'

red 218 ◦ green 168 ◦ blue 9

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

Shades of Gamboge #DAA809

Tints of Gamboge #DAA809

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 value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAA809 (or 0xDAA809) is known color: 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

RGB 218 168 9 -
CMYK 0 0.23 0.96 0.15
HSL 45.65º 0.92% 0.45% -
HSV(B) 45.65º 0.96% 0.85% -
XYZ 42.97 42.93 6.28 -
YUV 164.82 40.07 165.93 -
System Red Green Blue C M Y K H S L
Decimal 218 168 9 0 0.23 0.96 0.15 45.65 0.92 0.45
Hex DA A8 9 0 17 60 F 2E 5C 2D
Octal 332 250 11 0 27 140 17 56 134 55
Binary 11011010 10101000 1001 0 10111 1100000 1111 101110 1011100 101101

Color Harmonies of #DAA809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA809

Black with #DAA809

Text Example


Text Example

White with #DAA809

Text Example


Text Example

HTML Codes & Css Web 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>