Html Css Color HEX #DAA112 Gamboge

📋 copy color: '#DAA112'

red 218 ◦ green 161 ◦ blue 18

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

Shades of Gamboge #DAA112

Tints of Gamboge #DAA112

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.55%

 BLUE value IS 18 (7.42% from 255) = 4.53%

R = 54.91%
G = 40.55%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAA112 (or 0xDAA112) is known color: Gamboge. HEX triplet: DA, A1 and 12. RGB value is (218,161,18). Sum of RGB (Red+Green+Blue) = 218+161+18=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA112 is #255EED. Grayscale: #A2A2A2. Windows color (decimal): -2449134 or 1221082. OLE color: 1221082.

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

Color convert

RGB 218 161 18 -
CMYK 0 0.26 0.92 0.15
HSL 42.9º 0.85% 0.46% -
HSV(B) 42.9º 0.92% 0.85% -
XYZ 41.77 40.44 6.18 -
YUV 161.74 46.88 168.13 -
System Red Green Blue C M Y K H S L
Decimal 218 161 18 0 0.26 0.92 0.15 42.9 0.85 0.46
Hex DA A1 12 0 1A 5C F 2B 55 2E
Octal 332 241 22 0 32 134 17 53 125 56
Binary 11011010 10100001 10010 0 11010 1011100 1111 101011 1010101 101110

Color Harmonies of #DAA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA112

Black with #DAA112

Text Example


Text Example

White with #DAA112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA112; }

 p { color: rgb(218,161,18); }

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

background-color css

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

 a { background-color: rgb(218,161,18); }

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

border-color css

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

 span { border-color: rgb(218,161,18); }

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