Html Css Color HEX #DAA610 Gamboge

📋 copy color: '#DAA610'

red 218 ◦ green 166 ◦ blue 16

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

Shades of Gamboge #DAA610

Tints of Gamboge #DAA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

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

R = 54.5%
G = 41.5%
B = 4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAA610 (or 0xDAA610) is known color: Gamboge. HEX triplet: DA, A6 and 10. RGB value is (218,166,16). Sum of RGB (Red+Green+Blue) = 218+166+16=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA610 is #2559EF. Grayscale: #A5A5A5. Windows color (decimal): -2447856 or 1091290. OLE color: 1091290.

HSL color Cylindrical-coordinate representation of color #DAA610: hue angle of 44.55º 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 #DAA610 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 166 16 -
CMYK 0 0.24 0.93 0.15
HSL 44.55º 0.86% 0.46% -
HSV(B) 44.55º 0.93% 0.85% -
XYZ 42.64 42.22 6.39 -
YUV 164.45 44.23 166.2 -
System Red Green Blue C M Y K H S L
Decimal 218 166 16 0 0.24 0.93 0.15 44.55 0.86 0.46
Hex DA A6 10 0 18 5D F 2D 56 2E
Octal 332 246 20 0 30 135 17 55 126 56
Binary 11011010 10100110 10000 0 11000 1011101 1111 101101 1010110 101110

Color Harmonies of #DAA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA610

Black with #DAA610

Text Example


Text Example

White with #DAA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA610; }

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

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

background-color css

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

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

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

border-color css

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

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

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