Html Css Color HEX #DAAA04 Gamboge

📋 copy color: '#DAAA04'

red 218 ◦ green 170 ◦ blue 4

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

Shades of Gamboge #DAAA04

Tints of Gamboge #DAAA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 55.61%
G = 43.37%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAAA04 (or 0xDAAA04) is known color: Gamboge. HEX triplet: DA, AA and 04. RGB value is (218,170,4). Sum of RGB (Red+Green+Blue) = 218+170+4=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA04 is #2555FB. Grayscale: #A6A6A6. Windows color (decimal): -2446844 or 305882. OLE color: 305882.

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

Color convert

RGB 218 170 4 -
CMYK 0 0.22 0.98 0.15
HSL 46.54º 0.96% 0.44% -
HSV(B) 46.54º 0.98% 0.85% -
XYZ 43.31 43.66 6.26 -
YUV 165.43 36.9 165.5 -
System Red Green Blue C M Y K H S L
Decimal 218 170 4 0 0.22 0.98 0.15 46.54 0.96 0.44
Hex DA AA 4 0 16 62 F 2F 60 2C
Octal 332 252 4 0 26 142 17 57 140 54
Binary 11011010 10101010 100 0 10110 1100010 1111 101111 1100000 101100

Color Harmonies of #DAAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA04

Black with #DAAA04

Text Example


Text Example

White with #DAAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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