Html Css Color HEX #DAA310 Gamboge

📋 copy color: '#DAA310'

red 218 ◦ green 163 ◦ blue 16

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

Shades of Gamboge #DAA310

Tints of Gamboge #DAA310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.06%

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

R = 54.91%
G = 41.06%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAA310 (or 0xDAA310) is known color: Gamboge. HEX triplet: DA, A3 and 10. RGB value is (218,163,16). Sum of RGB (Red+Green+Blue) = 218+163+16=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA310 is #255CEF. Grayscale: #A3A3A3. Windows color (decimal): -2448624 or 1090522. OLE color: 1090522.

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

Color convert

RGB 218 163 16 -
CMYK 0 0.25 0.93 0.15
HSL 43.66º 0.86% 0.46% -
HSV(B) 43.66º 0.93% 0.85% -
XYZ 42.1 41.14 6.21 -
YUV 162.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 218 163 16 0 0.25 0.93 0.15 43.66 0.86 0.46
Hex DA A3 10 0 19 5D F 2C 56 2E
Octal 332 243 20 0 31 135 17 54 126 56
Binary 11011010 10100011 10000 0 11001 1011101 1111 101100 1010110 101110

Color Harmonies of #DAA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA310

Black with #DAA310

Text Example


Text Example

White with #DAA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA310; }

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

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

background-color css

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

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

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

border-color css

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

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

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