#D59A16

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

Shades of Gamboge #D59A16

Tints of Gamboge #D59A16

Color information

#D59A16 (or 0xD59A16) is unknown color: approx Gamboge. HEX triplet: D5, 9A and 16. RGB value is (213,154,22). Sum of RGB (Red+Green+Blue) = 213+154+22=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59A16 is #2A65E9. Grayscale: #9D9D9D. Windows color (decimal): -2778602 or 1481429. OLE color: 1481429.

HSL color Cylindrical-coordinate representation of color #D59A16: hue angle of 41.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D59A16 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB21315422-
CMYK00.280.900.16
HSL41.47º81.28%46.08%-
HSV(B)41.47º89.67%83.53%-
XYZ39.1437.325.9-
YUV156.5952.05168.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.76%
GREEN value IS 154 (60.55% from 255) = 39.59%
BLUE value IS 22 (8.98% from 255) = 5.66%
R=54.76%
G=39.59%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131542200.280.900.1641.4781.2846.08
HexD59A1601C5A1029512e
Octal32523226034132205112156
Binary1101010110011010101100111001011010100001010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A16; }

 p { color: rgb(213,154,22); }

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

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

 a { background-color: rgb(213,154,22); }

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

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

 span { border-color: rgb(213,154,22); }

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