Html Css Color HEX #DAA016 Gamboge

📋 copy color: '#DAA016'

red 218 ◦ green 160 ◦ blue 22

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

Shades of Gamboge #DAA016

Tints of Gamboge #DAA016

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 54.5%
G = 40%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAA016 (or 0xDAA016) is known color: Gamboge. HEX triplet: DA, A0 and 16. RGB value is (218,160,22). Sum of RGB (Red+Green+Blue) = 218+160+22=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA016 is #255FE9. Grayscale: #A2A2A2. Windows color (decimal): -2449386 or 1482970. OLE color: 1482970.

HSL color Cylindrical-coordinate representation of color #DAA016: hue angle of 42.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAA016 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 22 -
CMYK 0 0.27 0.90 0.15
HSL 42.24º 0.82% 0.47% -
HSV(B) 42.24º 0.9% 0.85% -
XYZ 41.63 40.1 6.31 -
YUV 161.61 49.22 168.22 -
System Red Green Blue C M Y K H S L
Decimal 218 160 22 0 0.27 0.90 0.15 42.24 0.82 0.47
Hex DA A0 16 0 1B 5A F 2A 52 2F
Octal 332 240 26 0 33 132 17 52 122 57
Binary 11011010 10100000 10110 0 11011 1011010 1111 101010 1010010 101111

Color Harmonies of #DAA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA016

Black with #DAA016

Text Example


Text Example

White with #DAA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA016; }

 p { color: rgb(218,160,22); }

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

background-color css

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

 a { background-color: rgb(218,160,22); }

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

border-color css

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

 span { border-color: rgb(218,160,22); }

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