Html Css Color HEX #D9A810 Gamboge

📋 copy color: '#D9A810'

red 217 ◦ green 168 ◦ blue 16

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

Shades of Gamboge #D9A810

Tints of Gamboge #D9A810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.9%

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

R = 54.11%
G = 41.9%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9A810 (or 0xD9A810) is known color: Gamboge. HEX triplet: D9, A8 and 10. RGB value is (217,168,16). Sum of RGB (Red+Green+Blue) = 217+168+16=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A810 is #2657EF. Grayscale: #A5A5A5. Windows color (decimal): -2512880 or 1091801. OLE color: 1091801.

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

Color convert

RGB 217 168 16 -
CMYK 0 0.23 0.93 0.15
HSL 45.37º 0.86% 0.46% -
HSV(B) 45.37º 0.93% 0.85% -
XYZ 42.71 42.79 6.5 -
YUV 165.32 43.73 164.86 -
System Red Green Blue C M Y K H S L
Decimal 217 168 16 0 0.23 0.93 0.15 45.37 0.86 0.46
Hex D9 A8 10 0 17 5D F 2D 56 2E
Octal 331 250 20 0 27 135 17 55 126 56
Binary 11011001 10101000 10000 0 10111 1011101 1111 101101 1010110 101110

Color Harmonies of #D9A810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A810

Black with #D9A810

Text Example


Text Example

White with #D9A810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A810; }

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

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

background-color css

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

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

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

border-color css

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

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

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