Html Css Color HEX #DAA304 Gamboge

📋 copy color: '#DAA304'

red 218 ◦ green 163 ◦ blue 4

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

Shades of Gamboge #DAA304

Tints of Gamboge #DAA304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.34%

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

R = 56.62%
G = 42.34%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAA304 (or 0xDAA304) is known color: Gamboge. HEX triplet: DA, A3 and 04. RGB value is (218,163,4). Sum of RGB (Red+Green+Blue) = 218+163+4=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA304 is #255CFB. Grayscale: #A2A2A2. Windows color (decimal): -2448636 or 304090. OLE color: 304090.

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

Color convert

RGB 218 163 4 -
CMYK 0 0.25 0.98 0.15
HSL 44.58º 0.96% 0.44% -
HSV(B) 44.58º 0.98% 0.85% -
XYZ 42.03 41.11 5.83 -
YUV 161.32 39.22 168.43 -
System Red Green Blue C M Y K H S L
Decimal 218 163 4 0 0.25 0.98 0.15 44.58 0.96 0.44
Hex DA A3 4 0 19 62 F 2D 60 2C
Octal 332 243 4 0 31 142 17 55 140 54
Binary 11011010 10100011 100 0 11001 1100010 1111 101101 1100000 101100

Color Harmonies of #DAA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA304

Black with #DAA304

Text Example


Text Example

White with #DAA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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