Html Css Color HEX #D0A809 Gamboge

📋 copy color: '#D0A809'

red 208 ◦ green 168 ◦ blue 9

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

Shades of Gamboge #D0A809

Tints of Gamboge #D0A809

RGB

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

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

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

R = 54.03%
G = 43.64%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D0A809 (or 0xD0A809) is known color: Gamboge. HEX triplet: D0, A8 and 09. RGB value is (208,168,9). Sum of RGB (Red+Green+Blue) = 208+168+9=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A809 is #2F57F6. Grayscale: #A2A2A2. Windows color (decimal): -3102711 or 633040. OLE color: 633040.

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

Color convert

RGB 208 168 9 -
CMYK 0 0.19 0.96 0.18
HSL 47.94º 0.92% 0.43% -
HSV(B) 47.94º 0.96% 0.82% -
XYZ 40.06 41.43 6.14 -
YUV 161.83 41.75 160.93 -
System Red Green Blue C M Y K H S L
Decimal 208 168 9 0 0.19 0.96 0.18 47.94 0.92 0.43
Hex D0 A8 9 0 13 60 12 30 5C 2B
Octal 320 250 11 0 23 140 22 60 134 53
Binary 11010000 10101000 1001 0 10011 1100000 10010 110000 1011100 101011

Color Harmonies of #D0A809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A809

Black with #D0A809

Text Example


Text Example

White with #D0A809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A809; }

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

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

background-color css

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

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

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

border-color css

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

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

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