Html Css Color HEX #D1A609 Gamboge

📋 copy color: '#D1A609'

red 209 ◦ green 166 ◦ blue 9

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

Shades of Gamboge #D1A609

Tints of Gamboge #D1A609

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.23%

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

R = 54.43%
G = 43.23%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D1A609 (or 0xD1A609) is known color: Gamboge. HEX triplet: D1, A6 and 09. RGB value is (209,166,9). Sum of RGB (Red+Green+Blue) = 209+166+9=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A609 is #2E59F6. Grayscale: #A1A1A1. Windows color (decimal): -3037687 or 632529. OLE color: 632529.

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

Color convert

RGB 209 166 9 -
CMYK 0 0.21 0.96 0.18
HSL 47.1º 0.92% 0.43% -
HSV(B) 47.1º 0.96% 0.82% -
XYZ 39.98 40.85 6.04 -
YUV 160.96 42.25 162.27 -
System Red Green Blue C M Y K H S L
Decimal 209 166 9 0 0.21 0.96 0.18 47.1 0.92 0.43
Hex D1 A6 9 0 15 60 12 2F 5C 2B
Octal 321 246 11 0 25 140 22 57 134 53
Binary 11010001 10100110 1001 0 10101 1100000 10010 101111 1011100 101011

Color Harmonies of #D1A609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A609

Black with #D1A609

Text Example


Text Example

White with #D1A609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A609; }

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

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

background-color css

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

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

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

border-color css

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

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

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