Html Css Color HEX #D9A808 Gamboge

📋 copy color: '#D9A808'

red 217 ◦ green 168 ◦ blue 8

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

Shades of Gamboge #D9A808

Tints of Gamboge #D9A808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.04%

R = 55.22%
G = 42.75%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D9A808 (or 0xD9A808) is known color: Gamboge. HEX triplet: D9, A8 and 08. RGB value is (217,168,8). Sum of RGB (Red+Green+Blue) = 217+168+8=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A808 is #2657F7. Grayscale: #A5A5A5. Windows color (decimal): -2512888 or 567513. OLE color: 567513.

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

Color convert

RGB 217 168 8 -
CMYK 0 0.23 0.96 0.15
HSL 45.93º 0.93% 0.44% -
HSV(B) 45.93º 0.96% 0.85% -
XYZ 42.66 42.77 6.24 -
YUV 164.41 39.73 165.51 -
System Red Green Blue C M Y K H S L
Decimal 217 168 8 0 0.23 0.96 0.15 45.93 0.93 0.44
Hex D9 A8 8 0 17 60 F 2E 5D 2C
Octal 331 250 10 0 27 140 17 56 135 54
Binary 11011001 10101000 1000 0 10111 1100000 1111 101110 1011101 101100

Color Harmonies of #D9A808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A808

Black with #D9A808

Text Example


Text Example

White with #D9A808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A808; }

 p { color: rgb(217,168,8); }

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

background-color css

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

 a { background-color: rgb(217,168,8); }

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

border-color css

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

 span { border-color: rgb(217,168,8); }

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