Html Css Color HEX #D9A009 Gamboge

📋 copy color: '#D9A009'

red 217 ◦ green 160 ◦ blue 9

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

Shades of Gamboge #D9A009

Tints of Gamboge #D9A009

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.45%

 BLUE value IS 9 (3.91% from 255) = 2.33%

R = 56.22%
G = 41.45%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D9A009 (or 0xD9A009) is known color: Gamboge. HEX triplet: D9, A0 and 09. RGB value is (217,160,9). Sum of RGB (Red+Green+Blue) = 217+160+9=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A009 is #265FF6. Grayscale: #A0A0A0. Windows color (decimal): -2514935 or 631001. OLE color: 631001.

HSL color Cylindrical-coordinate representation of color #D9A009: hue angle of 43.56º degrees, saturation: 0.92, 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 #D9A009 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 9 -
CMYK 0 0.26 0.96 0.15
HSL 43.56º 0.92% 0.44% -
HSV(B) 43.56º 0.96% 0.85% -
XYZ 41.24 39.91 5.79 -
YUV 159.83 42.88 168.78 -
System Red Green Blue C M Y K H S L
Decimal 217 160 9 0 0.26 0.96 0.15 43.56 0.92 0.44
Hex D9 A0 9 0 1A 60 F 2C 5C 2C
Octal 331 240 11 0 32 140 17 54 134 54
Binary 11011001 10100000 1001 0 11010 1100000 1111 101100 1011100 101100

Color Harmonies of #D9A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A009

Black with #D9A009

Text Example


Text Example

White with #D9A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A009; }

 p { color: rgb(217,160,9); }

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

background-color css

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

 a { background-color: rgb(217,160,9); }

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

border-color css

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

 span { border-color: rgb(217,160,9); }

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