#D59916

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

Shades of Gamboge #D59916

Tints of Gamboge #D59916

Color information

#D59916 (or 0xD59916) is unknown color: approx Gamboge. HEX triplet: D5, 99 and 16. RGB value is (213,153,22). Sum of RGB (Red+Green+Blue) = 213+153+22=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D59916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59916 is #2A66E9. Grayscale: #9C9C9C. Windows color (decimal): -2778858 or 1481173. OLE color: 1481173.

HSL color Cylindrical-coordinate representation of color #D59916: hue angle of 41.15º 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 #D59916 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB21315322-
CMYK00.280.900.16
HSL41.15º81.28%46.08%-
HSV(B)41.15º89.67%83.53%-
XYZ38.9836.995.84-
YUV156.0152.38168.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.90%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 22 (8.98% from 255) = 5.67%
R=54.90%
G=39.43%
B=5.67%

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
Decimal2131532200.280.900.1641.1581.2846.08
HexD5991601C5A1029512e
Octal32523126034132205112156
Binary1101010110011001101100111001011010100001010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59916; }

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

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

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

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

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

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

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

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