Html Css Color HEX #D1A809 Gamboge

📋 copy color: '#D1A809'

red 209 ◦ green 168 ◦ blue 9

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

Shades of Gamboge #D1A809

Tints of Gamboge #D1A809

RGB

 RED value IS 209 (82.03% from 255) = 54.15%

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

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

R = 54.15%
G = 43.52%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D1A809 (or 0xD1A809) is known color: Gamboge. HEX triplet: D1, A8 and 09. RGB value is (209,168,9). Sum of RGB (Red+Green+Blue) = 209+168+9=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A809 is #2E57F6. Grayscale: #A2A2A2. Windows color (decimal): -3037175 or 633041. OLE color: 633041.

HSL color Cylindrical-coordinate representation of color #D1A809: hue angle of 47.7º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1A809 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 168 9 -
CMYK 0 0.20 0.96 0.18
HSL 47.7º 0.92% 0.43% -
HSV(B) 47.7º 0.96% 0.82% -
XYZ 40.35 41.58 6.16 -
YUV 162.13 41.58 161.43 -
System Red Green Blue C M Y K H S L
Decimal 209 168 9 0 0.20 0.96 0.18 47.7 0.92 0.43
Hex D1 A8 9 0 14 60 12 30 5C 2B
Octal 321 250 11 0 24 140 22 60 134 53
Binary 11010001 10101000 1001 0 10100 1100000 10010 110000 1011100 101011

Color Harmonies of #D1A809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A809

Black with #D1A809

Text Example


Text Example

White with #D1A809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A809; }

 p { color: rgb(209,168,9); }

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

background-color css

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

 a { background-color: rgb(209,168,9); }

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

border-color css

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

 span { border-color: rgb(209,168,9); }

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