Html Css Color HEX #DAA210 Gamboge

📋 copy color: '#DAA210'

red 218 ◦ green 162 ◦ blue 16

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

Shades of Gamboge #DAA210

Tints of Gamboge #DAA210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.91%

 BLUE value IS 16 (6.64% from 255) = 4.04%

R = 55.05%
G = 40.91%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAA210 (or 0xDAA210) is known color: Gamboge. HEX triplet: DA, A2 and 10. RGB value is (218,162,16). Sum of RGB (Red+Green+Blue) = 218+162+16=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA210 is #255DEF. Grayscale: #A2A2A2. Windows color (decimal): -2448880 or 1090266. OLE color: 1090266.

HSL color Cylindrical-coordinate representation of color #DAA210: hue angle of 43.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAA210 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 162 16 -
CMYK 0 0.26 0.93 0.15
HSL 43.37º 0.86% 0.46% -
HSV(B) 43.37º 0.93% 0.85% -
XYZ 41.93 40.78 6.15 -
YUV 162.1 45.55 167.87 -
System Red Green Blue C M Y K H S L
Decimal 218 162 16 0 0.26 0.93 0.15 43.37 0.86 0.46
Hex DA A2 10 0 1A 5D F 2B 56 2E
Octal 332 242 20 0 32 135 17 53 126 56
Binary 11011010 10100010 10000 0 11010 1011101 1111 101011 1010110 101110

Color Harmonies of #DAA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA210

Black with #DAA210

Text Example


Text Example

White with #DAA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA210; }

 p { color: rgb(218,162,16); }

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

background-color css

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

 a { background-color: rgb(218,162,16); }

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

border-color css

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

 span { border-color: rgb(218,162,16); }

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