Html Css Color HEX #DAA111 Gamboge

📋 copy color: '#DAA111'

red 218 ◦ green 161 ◦ blue 17

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

Shades of Gamboge #DAA111

Tints of Gamboge #DAA111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.29%

R = 55.05%
G = 40.66%
B = 4.29%

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

#DAA111 (or 0xDAA111) is known color: Gamboge. HEX triplet: DA, A1 and 11. RGB value is (218,161,17). Sum of RGB (Red+Green+Blue) = 218+161+17=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA111 is #255EEE. Grayscale: #A2A2A2. Windows color (decimal): -2449135 or 1155546. OLE color: 1155546.

HSL color Cylindrical-coordinate representation of color #DAA111: hue angle of 42.99º degrees, saturation: 0.86, 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 #DAA111 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 17 -
CMYK 0 0.26 0.92 0.15
HSL 42.99º 0.86% 0.46% -
HSV(B) 42.99º 0.92% 0.85% -
XYZ 41.76 40.44 6.13 -
YUV 161.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 218 161 17 0 0.26 0.92 0.15 42.99 0.86 0.46
Hex DA A1 11 0 1A 5C F 2B 56 2E
Octal 332 241 21 0 32 134 17 53 126 56
Binary 11011010 10100001 10001 0 11010 1011100 1111 101011 1010110 101110

Color Harmonies of #DAA111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA111

Black with #DAA111

Text Example


Text Example

White with #DAA111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA111; }

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

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

background-color css

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

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

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

border-color css

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

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

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