#D99A10

Color #D99A10 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #D99A10

Tints of Gamboge #D99A10

Color information

#D99A10 (or 0xD99A10) is unknown color: approx Gamboge. HEX triplet: D9, 9A and 10. RGB value is (217,154,16). Sum of RGB (Red+Green+Blue) = 217+154+16=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99A10 is #2665EF. Grayscale: #9D9D9D. Windows color (decimal): -2516464 or 1088217. OLE color: 1088217.

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

Color convert

RGB21715416-
CMYK00.290.930.15
HSL41.19º86.27%45.69%-
HSV(B)41.19º92.63%85.1%-
XYZ40.2637.95.68-
YUV157.1148.37170.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.07%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 16 (6.64% from 255) = 4.13%
R=56.07%
G=39.79%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171541600.290.930.1541.1986.2745.69
HexD99A1001D5DF29562e
Octal33123220035135175112656
Binary110110011001101010000011101101110111111010011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A10; }

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

 H1.HeaderClassName
 {
   color: #D99A10;
 }
 .AnyTagClassName
 {
   color: #D99A10;
 }
</style>
background-color css

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

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

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

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

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

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