#D2A904

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

Shades of Gamboge #D2A904

Tints of Gamboge #D2A904

Color information

#D2A904 (or 0xD2A904) is unknown color: approx Gamboge. HEX triplet: D2, A9 and 04. RGB value is (210,169,4). Sum of RGB (Red+Green+Blue) = 210+169+4=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A904 is #2D56FB. Grayscale: #A3A3A3. Windows color (decimal): -2971388 or 305618. OLE color: 305618.

HSL color Cylindrical-coordinate representation of color #D2A904: hue angle of 48.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2A904 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB2101694-
CMYK00.200.980.18
HSL48.06º96.26%41.96%-
HSV(B)48.06º98.1%82.35%-
XYZ40.7942.096.09-
YUV162.4538.58161.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.83%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 4 (1.95% from 255) = 1.04%
R=54.83%
G=44.13%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210169400.200.980.1848.0696.2641.96
HexD2A94014621230602a
Octal3222514024142226014052
Binary11010010101010011000101001100010100101100001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A904; }

 p { color: rgb(210,169,4); }

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

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

 a { background-color: rgb(210,169,4); }

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

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

 span { border-color: rgb(210,169,4); }

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