Html Css Color HEX #D9A610 Gamboge

📋 copy color: '#D9A610'

red 217 ◦ green 166 ◦ blue 16

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

Shades of Gamboge #D9A610

Tints of Gamboge #D9A610

RGB

 RED value IS 217 (85.16% from 255) = 54.39%

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

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

R = 54.39%
G = 41.6%
B = 4.01%

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

#D9A610 (or 0xD9A610) is known color: Gamboge. HEX triplet: D9, A6 and 10. RGB value is (217,166,16). Sum of RGB (Red+Green+Blue) = 217+166+16=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A610 is #2659EF. Grayscale: #A4A4A4. Windows color (decimal): -2513392 or 1091289. OLE color: 1091289.

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

Color convert

RGB 217 166 16 -
CMYK 0 0.24 0.93 0.15
HSL 44.78º 0.86% 0.46% -
HSV(B) 44.78º 0.93% 0.85% -
XYZ 42.35 42.06 6.38 -
YUV 164.15 44.4 165.7 -
System Red Green Blue C M Y K H S L
Decimal 217 166 16 0 0.24 0.93 0.15 44.78 0.86 0.46
Hex D9 A6 10 0 18 5D F 2D 56 2E
Octal 331 246 20 0 30 135 17 55 126 56
Binary 11011001 10100110 10000 0 11000 1011101 1111 101101 1010110 101110

Color Harmonies of #D9A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A610

Black with #D9A610

Text Example


Text Example

White with #D9A610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A610; }

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

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

background-color css

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

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

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

border-color css

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

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

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