#D8AC01

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

Shades of Gamboge #D8AC01

Tints of Gamboge #D8AC01

Color information

#D8AC01 (or 0xD8AC01) is unknown color: approx Gamboge. HEX triplet: D8, AC and 01. RGB value is (216,172,1). Sum of RGB (Red+Green+Blue) = 216+172+1=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AC01 is #2753FE. Grayscale: #A6A6A6. Windows color (decimal): -2577407 or 109784. OLE color: 109784.

HSL color Cylindrical-coordinate representation of color #D8AC01: hue angle of 47.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8AC01 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB2161721-
CMYK00.201.000.15
HSL47.72º99.08%42.55%-
HSV(B)47.72º99.54%84.71%-
XYZ43.0844.116.27-
YUV165.6635.08163.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.53%
GREEN value IS 172 (67.58% from 255) = 44.22%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=55.53%
G=44.22%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216172100.201.000.1547.7299.0842.55
HexD8AC101464F30632b
Octal3302541024144176014353
Binary11011000101011001010100110010011111100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC01; }

 p { color: rgb(216,172,1); }

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

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

 a { background-color: rgb(216,172,1); }

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

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

 span { border-color: rgb(216,172,1); }

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