#D59215

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

Shades of Gamboge #D59215

Tints of Gamboge #D59215

Color information

#D59215 (or 0xD59215) is unknown color: approx Gamboge. HEX triplet: D5, 92 and 15. RGB value is (213,146,21). Sum of RGB (Red+Green+Blue) = 213+146+21=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D59215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59215 is #2A6DEA. Grayscale: #989898. Windows color (decimal): -2780651 or 1413845. OLE color: 1413845.

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

Color convert

RGB21314621-
CMYK00.310.900.16
HSL39.06º82.05%45.88%-
HSV(B)39.06º90.14%83.53%-
XYZ37.8534.765.42-
YUV151.7854.2171.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.05%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 21 (8.59% from 255) = 5.53%
R=56.05%
G=38.42%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131462100.310.900.1639.0682.0545.88
HexD5921501F5A1027522e
Octal32522225037132204712256
Binary1101010110010010101010111111011010100001001111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59215; }

 p { color: rgb(213,146,21); }

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

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

 a { background-color: rgb(213,146,21); }

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

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

 span { border-color: rgb(213,146,21); }

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