#D5A301

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

Shades of Gamboge #D5A301

Tints of Gamboge #D5A301

Color information

#D5A301 (or 0xD5A301) is unknown color: approx Gamboge. HEX triplet: D5, A3 and 01. RGB value is (213,163,1). Sum of RGB (Red+Green+Blue) = 213+163+1=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A301 is #2A5CFE. Grayscale: #A0A0A0. Windows color (decimal): -2776319 or 107477. OLE color: 107477.

HSL color Cylindrical-coordinate representation of color #D5A301: hue angle of 45.85º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5A301 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB2131631-
CMYK00.231.000.16
HSL45.85º99.07%41.96%-
HSV(B)45.85º99.53%83.53%-
XYZ40.5440.345.68-
YUV159.4838.56166.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.50%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=56.50%
G=43.24%
B=0.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213163100.231.000.1645.8599.0741.96
HexD5A3101764102e632a
Octal3252431027144205614352
Binary110101011010001110101111100100100001011101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A301; }

 p { color: rgb(213,163,1); }

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

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

 a { background-color: rgb(213,163,1); }

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

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

 span { border-color: rgb(213,163,1); }

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