#D5AC0A

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

Shades of Gamboge #D5AC0A

Tints of Gamboge #D5AC0A

Color information

#D5AC0A (or 0xD5AC0A) is unknown color: approx Gamboge. HEX triplet: D5, AC and 0A. RGB value is (213,172,10). Sum of RGB (Red+Green+Blue) = 213+172+10=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AC0A is #2A53F5. Grayscale: #A6A6A6. Windows color (decimal): -2774006 or 699605. OLE color: 699605.

HSL color Cylindrical-coordinate representation of color #D5AC0A: hue angle of 47.88º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5AC0A is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB21317210-
CMYK00.190.950.16
HSL47.88º91.03%43.73%-
HSV(B)47.88º95.31%83.53%-
XYZ42.2543.676.49-
YUV165.7940.08161.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 10 (4.30% from 255) = 2.53%
R=53.92%
G=43.54%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131721000.190.950.1647.8891.0343.73
HexD5ACA0135F10305b2c
Octal32525412023137206013354
Binary110101011010110010100100111011111100001100001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC0A; }

 p { color: rgb(213,172,10); }

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

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

 a { background-color: rgb(213,172,10); }

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

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

 span { border-color: rgb(213,172,10); }

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