Html Css Color HEX #DAA504 Gamboge

📋 copy color: '#DAA504'

red 218 ◦ green 165 ◦ blue 4

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

Shades of Gamboge #DAA504

Tints of Gamboge #DAA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.64%

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

R = 56.33%
G = 42.64%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAA504 (or 0xDAA504) is known color: Gamboge. HEX triplet: DA, A5 and 04. RGB value is (218,165,4). Sum of RGB (Red+Green+Blue) = 218+165+4=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA504 is #255AFB. Grayscale: #A3A3A3. Windows color (decimal): -2448124 or 304602. OLE color: 304602.

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

Color convert

RGB 218 165 4 -
CMYK 0 0.24 0.98 0.15
HSL 45.14º 0.96% 0.44% -
HSV(B) 45.14º 0.98% 0.85% -
XYZ 42.39 41.82 5.95 -
YUV 162.49 38.56 167.59 -
System Red Green Blue C M Y K H S L
Decimal 218 165 4 0 0.24 0.98 0.15 45.14 0.96 0.44
Hex DA A5 4 0 18 62 F 2D 60 2C
Octal 332 245 4 0 30 142 17 55 140 54
Binary 11011010 10100101 100 0 11000 1100010 1111 101101 1100000 101100

Color Harmonies of #DAA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA504

Black with #DAA504

Text Example


Text Example

White with #DAA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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