Html Css Color HEX #D9AD09 Gamboge

📋 copy color: '#D9AD09'

red 217 ◦ green 173 ◦ blue 9

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

Shades of Gamboge #D9AD09

Tints of Gamboge #D9AD09

RGB

 RED value IS 217 (85.16% from 255) = 54.39%

 GREEN value IS 173 (67.97% from 255) = 43.36%

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

R = 54.39%
G = 43.36%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D9AD09 (or 0xD9AD09) is known color: Gamboge. HEX triplet: D9, AD and 09. RGB value is (217,173,9). Sum of RGB (Red+Green+Blue) = 217+173+9=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AD09 is #2652F6. Grayscale: #A8A8A8. Windows color (decimal): -2511607 or 634329. OLE color: 634329.

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

Color convert

RGB 217 173 9 -
CMYK 0 0.20 0.96 0.15
HSL 47.31º 0.92% 0.44% -
HSV(B) 47.31º 0.96% 0.85% -
XYZ 43.61 44.66 6.58 -
YUV 167.46 38.58 163.34 -
System Red Green Blue C M Y K H S L
Decimal 217 173 9 0 0.20 0.96 0.15 47.31 0.92 0.44
Hex D9 AD 9 0 14 60 F 2F 5C 2C
Octal 331 255 11 0 24 140 17 57 134 54
Binary 11011001 10101101 1001 0 10100 1100000 1111 101111 1011100 101100

Color Harmonies of #D9AD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD09

Black with #D9AD09

Text Example


Text Example

White with #D9AD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD09; }

 p { color: rgb(217,173,9); }

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

background-color css

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

 a { background-color: rgb(217,173,9); }

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

border-color css

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

 span { border-color: rgb(217,173,9); }

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