#D0AB41

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

Shades of Metallic Gold #D0AB41

Tints of Metallic Gold #D0AB41

Color information

#D0AB41 (or 0xD0AB41) is unknown color: approx Metallic Gold. HEX triplet: D0, AB and 41. RGB value is (208,171,65). Sum of RGB (Red+Green+Blue) = 208+171+65=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB41 is #2F54BE. Grayscale: #AAAAAA. Windows color (decimal): -3101887 or 4303824. OLE color: 4303824.

HSL color Cylindrical-coordinate representation of color #D0AB41: hue angle of 44.48º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0AB41 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB20817165-
CMYK00.180.690.18
HSL44.48º60.34%53.53%-
HSV(B)44.48º68.75%81.57%-
XYZ41.5342.9211.1-
YUV169.9868.76155.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 65 (25.78% from 255) = 14.64%
R=46.85%
G=38.51%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081716500.180.690.1844.4860.3453.53
HexD0AB4101245122c3c36
Octal32025310102210522547466
Binary11010000101010111000001010010100010110010101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB41; }

 p { color: rgb(208,171,65); }

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

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

 a { background-color: rgb(208,171,65); }

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

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

 span { border-color: rgb(208,171,65); }

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