Html Css Color HEX #D9A209 Gamboge

📋 copy color: '#D9A209'

red 217 ◦ green 162 ◦ blue 9

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

Shades of Gamboge #D9A209

Tints of Gamboge #D9A209

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.75%

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

R = 55.93%
G = 41.75%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D9A209 (or 0xD9A209) is known color: Gamboge. HEX triplet: D9, A2 and 09. RGB value is (217,162,9). Sum of RGB (Red+Green+Blue) = 217+162+9=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A209 is #265DF6. Grayscale: #A1A1A1. Windows color (decimal): -2514423 or 631513. OLE color: 631513.

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

Color convert

RGB 217 162 9 -
CMYK 0 0.25 0.96 0.15
HSL 44.13º 0.92% 0.44% -
HSV(B) 44.13º 0.96% 0.85% -
XYZ 41.58 40.61 5.91 -
YUV 161 42.22 167.94 -
System Red Green Blue C M Y K H S L
Decimal 217 162 9 0 0.25 0.96 0.15 44.13 0.92 0.44
Hex D9 A2 9 0 19 60 F 2C 5C 2C
Octal 331 242 11 0 31 140 17 54 134 54
Binary 11011001 10100010 1001 0 11001 1100000 1111 101100 1011100 101100

Color Harmonies of #D9A209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A209

Black with #D9A209

Text Example


Text Example

White with #D9A209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A209; }

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

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

background-color css

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

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

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

border-color css

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

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

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