Html Css Color HEX #D9A011 Gamboge

📋 copy color: '#D9A011'

red 217 ◦ green 160 ◦ blue 17

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

Shades of Gamboge #D9A011

Tints of Gamboge #D9A011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.31%

R = 55.08%
G = 40.61%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D9A011 (or 0xD9A011) is known color: Gamboge. HEX triplet: D9, A0 and 11. RGB value is (217,160,17). Sum of RGB (Red+Green+Blue) = 217+160+17=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A011 is #265FEE. Grayscale: #A1A1A1. Windows color (decimal): -2514927 or 1155289. OLE color: 1155289.

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

Color convert

RGB 217 160 17 -
CMYK 0 0.26 0.92 0.15
HSL 42.9º 0.85% 0.46% -
HSV(B) 42.9º 0.92% 0.85% -
XYZ 41.29 39.93 6.06 -
YUV 160.74 46.88 168.13 -
System Red Green Blue C M Y K H S L
Decimal 217 160 17 0 0.26 0.92 0.15 42.9 0.85 0.46
Hex D9 A0 11 0 1A 5C F 2B 55 2E
Octal 331 240 21 0 32 134 17 53 125 56
Binary 11011001 10100000 10001 0 11010 1011100 1111 101011 1010101 101110

Color Harmonies of #D9A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A011

Black with #D9A011

Text Example


Text Example

White with #D9A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A011; }

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

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

background-color css

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

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

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

border-color css

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

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

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