#D9B135

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

Shades of Metallic Gold #D9B135

Tints of Metallic Gold #D9B135

Color information

#D9B135 (or 0xD9B135) is unknown color: approx Metallic Gold. HEX triplet: D9, B1 and 35. RGB value is (217,177,53). Sum of RGB (Red+Green+Blue) = 217+177+53=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B135 is #264ECA. Grayscale: #AFAFAF. Windows color (decimal): -2510539 or 3518937. OLE color: 3518937.

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

Color convert

RGB21717753-
CMYK00.180.760.15
HSL45.37º68.33%52.94%-
HSV(B)45.37º75.58%85.1%-
XYZ44.9846.459.96-
YUV174.8259.25158.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 53 (21.09% from 255) = 11.86%
R=48.55%
G=39.60%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171775300.180.760.1545.3768.3352.94
HexD9B1350124CF2d4435
Octal33126165022114175510465
Binary1101100110110001110101010010100110011111011011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B135; }

 p { color: rgb(217,177,53); }

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

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

 a { background-color: rgb(217,177,53); }

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

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

 span { border-color: rgb(217,177,53); }

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