Html Css Color HEX #D1A009 Gamboge

📋 copy color: '#D1A009'

red 209 ◦ green 160 ◦ blue 9

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

Shades of Gamboge #D1A009

Tints of Gamboge #D1A009

RGB

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

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

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

R = 55.29%
G = 42.33%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D1A009 (or 0xD1A009) is known color: Gamboge. HEX triplet: D1, A0 and 09. RGB value is (209,160,9). Sum of RGB (Red+Green+Blue) = 209+160+9=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A009 is #2E5FF6. Grayscale: #9E9E9E. Windows color (decimal): -3039223 or 630993. OLE color: 630993.

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

Color convert

RGB 209 160 9 -
CMYK 0 0.23 0.96 0.18
HSL 45.3º 0.92% 0.43% -
HSV(B) 45.3º 0.96% 0.82% -
XYZ 38.91 38.72 5.68 -
YUV 157.44 44.23 164.78 -
System Red Green Blue C M Y K H S L
Decimal 209 160 9 0 0.23 0.96 0.18 45.3 0.92 0.43
Hex D1 A0 9 0 17 60 12 2D 5C 2B
Octal 321 240 11 0 27 140 22 55 134 53
Binary 11010001 10100000 1001 0 10111 1100000 10010 101101 1011100 101011

Color Harmonies of #D1A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A009

Black with #D1A009

Text Example


Text Example

White with #D1A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A009; }

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

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

background-color css

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

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

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

border-color css

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

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

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