Html Css Color HEX #D9A908 Gamboge

📋 copy color: '#D9A908'

red 217 ◦ green 169 ◦ blue 8

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

Shades of Gamboge #D9A908

Tints of Gamboge #D9A908

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.89%

 BLUE value IS 8 (3.52% from 255) = 2.03%

R = 55.08%
G = 42.89%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D9A908 (or 0xD9A908) is known color: Gamboge. HEX triplet: D9, A9 and 08. RGB value is (217,169,8). Sum of RGB (Red+Green+Blue) = 217+169+8=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A908 is #2656F7. Grayscale: #A5A5A5. Windows color (decimal): -2512632 or 567769. OLE color: 567769.

HSL color Cylindrical-coordinate representation of color #D9A908: hue angle of 46.22º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9A908 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 8 -
CMYK 0 0.22 0.96 0.15
HSL 46.22º 0.93% 0.44% -
HSV(B) 46.22º 0.96% 0.85% -
XYZ 42.85 43.15 6.3 -
YUV 165 39.4 165.09 -
System Red Green Blue C M Y K H S L
Decimal 217 169 8 0 0.22 0.96 0.15 46.22 0.93 0.44
Hex D9 A9 8 0 16 60 F 2E 5D 2C
Octal 331 251 10 0 26 140 17 56 135 54
Binary 11011001 10101001 1000 0 10110 1100000 1111 101110 1011101 101100

Color Harmonies of #D9A908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A908

Black with #D9A908

Text Example


Text Example

White with #D9A908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A908; }

 p { color: rgb(217,169,8); }

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

background-color css

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

 a { background-color: rgb(217,169,8); }

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

border-color css

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

 span { border-color: rgb(217,169,8); }

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