Html Css Color HEX #D8A109 Gamboge

📋 copy color: '#D8A109'

red 216 ◦ green 161 ◦ blue 9

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

Shades of Gamboge #D8A109

Tints of Gamboge #D8A109

RGB

 RED value IS 216 (84.77% from 255) = 55.96%

 GREEN value IS 161 (63.28% from 255) = 41.71%

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

R = 55.96%
G = 41.71%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D8A109 (or 0xD8A109) is known color: Gamboge. HEX triplet: D8, A1 and 09. RGB value is (216,161,9). Sum of RGB (Red+Green+Blue) = 216+161+9=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A109 is #275EF6. Grayscale: #A0A0A0. Windows color (decimal): -2580215 or 631256. OLE color: 631256.

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

Color convert

RGB 216 161 9 -
CMYK 0 0.25 0.96 0.15
HSL 44.06º 0.92% 0.44% -
HSV(B) 44.06º 0.96% 0.85% -
XYZ 41.11 40.11 5.83 -
YUV 160.12 42.72 167.86 -
System Red Green Blue C M Y K H S L
Decimal 216 161 9 0 0.25 0.96 0.15 44.06 0.92 0.44
Hex D8 A1 9 0 19 60 F 2C 5C 2C
Octal 330 241 11 0 31 140 17 54 134 54
Binary 11011000 10100001 1001 0 11001 1100000 1111 101100 1011100 101100

Color Harmonies of #D8A109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A109

Black with #D8A109

Text Example


Text Example

White with #D8A109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A109; }

 p { color: rgb(216,161,9); }

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

background-color css

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

 a { background-color: rgb(216,161,9); }

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

border-color css

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

 span { border-color: rgb(216,161,9); }

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