Html Css Color HEX #DAAA00 Gamboge

📋 copy color: '#DAAA00'

red 218 ◦ green 170 ◦ blue 0

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

Shades of Gamboge #DAAA00

Tints of Gamboge #DAAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.81%

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

R = 56.19%
G = 43.81%
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

#DAAA00 (or 0xDAAA00) is known color: Gamboge. HEX triplet: DA, AA and 00. RGB value is (218,170,0). Sum of RGB (Red+Green+Blue) = 218+170+0=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA00 is #2555FF. Grayscale: #A5A5A5. Windows color (decimal): -2446848 or 43738. OLE color: 43738.

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

Color convert

RGB 218 170 0 -
CMYK 0 0.22 1 0.15
HSL 46.79º 1% 0.43% -
HSV(B) 46.79º 1% 0.85% -
XYZ 43.29 43.65 6.14 -
YUV 164.97 34.9 165.82 -
System Red Green Blue C M Y K H S L
Decimal 218 170 0 0 0.22 1 0.15 46.79 1 0.43
Hex DA AA 0 0 16 64 F 2F 64 2B
Octal 332 252 0 0 26 144 17 57 144 53
Binary 11011010 10101010 0 0 10110 1100100 1111 101111 1100100 101011

Color Harmonies of #DAAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA00

Black with #DAAA00

Text Example


Text Example

White with #DAAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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