Html Css Color HEX #D9A408 Gamboge

📋 copy color: '#D9A408'

red 217 ◦ green 164 ◦ blue 8

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

Shades of Gamboge #D9A408

Tints of Gamboge #D9A408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.16%

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

R = 55.78%
G = 42.16%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D9A408 (or 0xD9A408) is known color: Gamboge. HEX triplet: D9, A4 and 08. RGB value is (217,164,8). Sum of RGB (Red+Green+Blue) = 217+164+8=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A408 is #265BF7. Grayscale: #A2A2A2. Windows color (decimal): -2513912 or 566489. OLE color: 566489.

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

Color convert

RGB 217 164 8 -
CMYK 0 0.24 0.96 0.15
HSL 44.78º 0.93% 0.44% -
HSV(B) 44.78º 0.96% 0.85% -
XYZ 41.93 41.32 6 -
YUV 162.06 41.06 167.18 -
System Red Green Blue C M Y K H S L
Decimal 217 164 8 0 0.24 0.96 0.15 44.78 0.93 0.44
Hex D9 A4 8 0 18 60 F 2D 5D 2C
Octal 331 244 10 0 30 140 17 55 135 54
Binary 11011001 10100100 1000 0 11000 1100000 1111 101101 1011101 101100

Color Harmonies of #D9A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A408

Black with #D9A408

Text Example


Text Example

White with #D9A408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A408; }

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

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

background-color css

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

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

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

border-color css

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

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

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