Html Css Color HEX #D9A308 Gamboge

📋 copy color: '#D9A308'

red 217 ◦ green 163 ◦ blue 8

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

Shades of Gamboge #D9A308

Tints of Gamboge #D9A308

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.01%

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

R = 55.93%
G = 42.01%
B = 2.06%

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

#D9A308 (or 0xD9A308) is known color: Gamboge. HEX triplet: D9, A3 and 08. RGB value is (217,163,8). Sum of RGB (Red+Green+Blue) = 217+163+8=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A308 is #265CF7. Grayscale: #A2A2A2. Windows color (decimal): -2514168 or 566233. OLE color: 566233.

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

Color convert

RGB 217 163 8 -
CMYK 0 0.25 0.96 0.15
HSL 44.5º 0.93% 0.44% -
HSV(B) 44.5º 0.96% 0.85% -
XYZ 41.76 40.96 5.94 -
YUV 161.48 41.39 167.6 -
System Red Green Blue C M Y K H S L
Decimal 217 163 8 0 0.25 0.96 0.15 44.5 0.93 0.44
Hex D9 A3 8 0 19 60 F 2C 5D 2C
Octal 331 243 10 0 31 140 17 54 135 54
Binary 11011001 10100011 1000 0 11001 1100000 1111 101100 1011101 101100

Color Harmonies of #D9A308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A308

Black with #D9A308

Text Example


Text Example

White with #D9A308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A308; }

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

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

background-color css

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

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

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

border-color css

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

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

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