#D4A100

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

Shades of Gamboge #D4A100

Tints of Gamboge #D4A100

Color information

#D4A100 (or 0xD4A100) is unknown color: approx Gamboge. HEX triplet: D4, A1 and 00. RGB value is (212,161,0). Sum of RGB (Red+Green+Blue) = 212+161+0=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A100 is #2B5EFF. Grayscale: #9E9E9E. Windows color (decimal): -2842368 or 41428. OLE color: 41428.

HSL color Cylindrical-coordinate representation of color #D4A100: hue angle of 45.57º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4A100 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB2121610-
CMYK00.2410.17
HSL45.57º100%41.57%-
HSV(B)45.57º100%83.14%-
XYZ39.939.495.52-
YUV157.8938.9166.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.84%
GREEN value IS 161 (63.28% from 255) = 43.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.84%
G=43.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212161000.2410.1745.5710041.57
HexD4A1001864112e642a
Octal3242410030144215614452
Binary110101001010000100110001100100100011011101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A100; }

 p { color: rgb(212,161,0); }

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

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

 a { background-color: rgb(212,161,0); }

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

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

 span { border-color: rgb(212,161,0); }

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