#D8AB33

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

Shades of Metallic Gold #D8AB33

Tints of Metallic Gold #D8AB33

Color information

#D8AB33 (or 0xD8AB33) is unknown color: approx Metallic Gold. HEX triplet: D8, AB and 33. RGB value is (216,171,51). Sum of RGB (Red+Green+Blue) = 216+171+51=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB33 is #2754CC. Grayscale: #ABABAB. Windows color (decimal): -2577613 or 3386328. OLE color: 3386328.

HSL color Cylindrical-coordinate representation of color #D8AB33: hue angle of 43.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8AB33 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB21617151-
CMYK00.210.760.15
HSL43.64º67.9%52.35%-
HSV(B)43.64º76.39%84.71%-
XYZ43.4843.969.33-
YUV170.7860.41160.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 51 (20.31% from 255) = 11.64%
R=49.32%
G=39.04%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161715100.210.760.1543.6467.952.35
HexD8AB330154CF2c4434
Octal33025363025114175410464
Binary1101100010101011110011010101100110011111011001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB33; }

 p { color: rgb(216,171,51); }

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

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

 a { background-color: rgb(216,171,51); }

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

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

 span { border-color: rgb(216,171,51); }

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