Html Css Color HEX #D9A310 Gamboge

📋 copy color: '#D9A310'

red 217 ◦ green 163 ◦ blue 16

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

Shades of Gamboge #D9A310

Tints of Gamboge #D9A310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.04%

R = 54.8%
G = 41.16%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9A310 (or 0xD9A310) is known color: Gamboge. HEX triplet: D9, A3 and 10. RGB value is (217,163,16). Sum of RGB (Red+Green+Blue) = 217+163+16=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A310 is #265CEF. Grayscale: #A3A3A3. Windows color (decimal): -2514160 or 1090521. OLE color: 1090521.

HSL color Cylindrical-coordinate representation of color #D9A310: hue angle of 43.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9A310 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 163 16 -
CMYK 0 0.25 0.93 0.15
HSL 43.88º 0.86% 0.46% -
HSV(B) 43.88º 0.93% 0.85% -
XYZ 41.81 40.98 6.2 -
YUV 162.39 45.39 166.95 -
System Red Green Blue C M Y K H S L
Decimal 217 163 16 0 0.25 0.93 0.15 43.88 0.86 0.46
Hex D9 A3 10 0 19 5D F 2C 56 2E
Octal 331 243 20 0 31 135 17 54 126 56
Binary 11011001 10100011 10000 0 11001 1011101 1111 101100 1010110 101110

Color Harmonies of #D9A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A310

Black with #D9A310

Text Example


Text Example

White with #D9A310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A310; }

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

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

background-color css

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

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

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

border-color css

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

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

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