Html Css Color HEX #D9A010 Gamboge

📋 copy color: '#D9A010'

red 217 ◦ green 160 ◦ blue 16

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

Shades of Gamboge #D9A010

Tints of Gamboge #D9A010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.71%

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

R = 55.22%
G = 40.71%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9A010 (or 0xD9A010) is known color: Gamboge. HEX triplet: D9, A0 and 10. RGB value is (217,160,16). Sum of RGB (Red+Green+Blue) = 217+160+16=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A010 is #265FEF. Grayscale: #A1A1A1. Windows color (decimal): -2514928 or 1089753. OLE color: 1089753.

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

Color convert

RGB 217 160 16 -
CMYK 0 0.26 0.93 0.15
HSL 42.99º 0.86% 0.46% -
HSV(B) 42.99º 0.93% 0.85% -
XYZ 41.28 39.93 6.02 -
YUV 160.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 217 160 16 0 0.26 0.93 0.15 42.99 0.86 0.46
Hex D9 A0 10 0 1A 5D F 2B 56 2E
Octal 331 240 20 0 32 135 17 53 126 56
Binary 11011001 10100000 10000 0 11010 1011101 1111 101011 1010110 101110

Color Harmonies of #D9A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A010

Black with #D9A010

Text Example


Text Example

White with #D9A010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A010; }

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

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

background-color css

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

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

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

border-color css

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

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

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