Html Css Color HEX #D0A009 Gamboge

📋 copy color: '#D0A009'

red 208 ◦ green 160 ◦ blue 9

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

Shades of Gamboge #D0A009

Tints of Gamboge #D0A009

RGB

 RED value IS 208 (81.64% from 255) = 55.17%

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

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

R = 55.17%
G = 42.44%
B = 2.39%

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

#D0A009 (or 0xD0A009) is known color: Gamboge. HEX triplet: D0, A0 and 09. RGB value is (208,160,9). Sum of RGB (Red+Green+Blue) = 208+160+9=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A009 is #2F5FF6. Grayscale: #9D9D9D. Windows color (decimal): -3104759 or 630992. OLE color: 630992.

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

Color convert

RGB 208 160 9 -
CMYK 0 0.23 0.96 0.18
HSL 45.53º 0.92% 0.43% -
HSV(B) 45.53º 0.96% 0.82% -
XYZ 38.63 38.57 5.67 -
YUV 157.14 44.4 164.28 -
System Red Green Blue C M Y K H S L
Decimal 208 160 9 0 0.23 0.96 0.18 45.53 0.92 0.43
Hex D0 A0 9 0 17 60 12 2E 5C 2B
Octal 320 240 11 0 27 140 22 56 134 53
Binary 11010000 10100000 1001 0 10111 1100000 10010 101110 1011100 101011

Color Harmonies of #D0A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A009

Black with #D0A009

Text Example


Text Example

White with #D0A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A009; }

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

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

background-color css

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

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

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

border-color css

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

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

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