Html Css Color HEX #D9A710 Gamboge

📋 copy color: '#D9A710'

red 217 ◦ green 167 ◦ blue 16

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

Shades of Gamboge #D9A710

Tints of Gamboge #D9A710

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.75%

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

R = 54.25%
G = 41.75%
B = 4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9A710 (or 0xD9A710) is known color: Gamboge. HEX triplet: D9, A7 and 10. RGB value is (217,167,16). Sum of RGB (Red+Green+Blue) = 217+167+16=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A710 is #2658EF. Grayscale: #A5A5A5. Windows color (decimal): -2513136 or 1091545. OLE color: 1091545.

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

Color convert

RGB 217 167 16 -
CMYK 0 0.23 0.93 0.15
HSL 45.07º 0.86% 0.46% -
HSV(B) 45.07º 0.93% 0.85% -
XYZ 42.53 42.43 6.44 -
YUV 164.74 44.07 165.28 -
System Red Green Blue C M Y K H S L
Decimal 217 167 16 0 0.23 0.93 0.15 45.07 0.86 0.46
Hex D9 A7 10 0 17 5D F 2D 56 2E
Octal 331 247 20 0 27 135 17 55 126 56
Binary 11011001 10100111 10000 0 10111 1011101 1111 101101 1010110 101110

Color Harmonies of #D9A710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A710

Black with #D9A710

Text Example


Text Example

White with #D9A710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A710; }

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

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

background-color css

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

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

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

border-color css

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

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

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