#D4A00F

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

Shades of Gamboge #D4A00F

Tints of Gamboge #D4A00F

Color information

#D4A00F (or 0xD4A00F) is unknown color: approx Gamboge. HEX triplet: D4, A0 and 0F. RGB value is (212,160,15). Sum of RGB (Red+Green+Blue) = 212+160+15=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A00F is #2B5FF0. Grayscale: #9F9F9F. Windows color (decimal): -2842609 or 1024212. OLE color: 1024212.

HSL color Cylindrical-coordinate representation of color #D4A00F: hue angle of 44.16º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4A00F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB21216015-
CMYK00.250.930.17
HSL44.16º86.78%44.51%-
HSV(B)44.16º92.92%83.14%-
XYZ39.8139.175.91-
YUV159.0246.73165.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.78%
GREEN value IS 160 (62.89% from 255) = 41.34%
BLUE value IS 15 (6.25% from 255) = 3.88%
R=54.78%
G=41.34%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121601500.250.930.1744.1686.7844.51
HexD4A0F0195D112c572d
Octal32424017031135215412755
Binary110101001010000011110110011011101100011011001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A00F; }

 p { color: rgb(212,160,15); }

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

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

 a { background-color: rgb(212,160,15); }

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

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

 span { border-color: rgb(212,160,15); }

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