Html Css Color HEX #DAA114 Gamboge

📋 copy color: '#DAA114'

red 218 ◦ green 161 ◦ blue 20

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

Shades of Gamboge #DAA114

Tints of Gamboge #DAA114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.01%

R = 54.64%
G = 40.35%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAA114 (or 0xDAA114) is known color: Gamboge. HEX triplet: DA, A1 and 14. RGB value is (218,161,20). Sum of RGB (Red+Green+Blue) = 218+161+20=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA114 is #255EEB. Grayscale: #A2A2A2. Windows color (decimal): -2449132 or 1352154. OLE color: 1352154.

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

Color convert

RGB 218 161 20 -
CMYK 0 0.26 0.91 0.15
HSL 42.73º 0.83% 0.47% -
HSV(B) 42.73º 0.91% 0.85% -
XYZ 41.78 40.45 6.27 -
YUV 161.97 47.88 167.96 -
System Red Green Blue C M Y K H S L
Decimal 218 161 20 0 0.26 0.91 0.15 42.73 0.83 0.47
Hex DA A1 14 0 1A 5B F 2B 53 2F
Octal 332 241 24 0 32 133 17 53 123 57
Binary 11011010 10100001 10100 0 11010 1011011 1111 101011 1010011 101111

Color Harmonies of #DAA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA114

Black with #DAA114

Text Example


Text Example

White with #DAA114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA114; }

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

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

background-color css

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

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

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

border-color css

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

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

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