#D9B82F

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

Shades of Metallic Gold #D9B82F

Tints of Metallic Gold #D9B82F

Color information

#D9B82F (or 0xD9B82F) is unknown color: approx Metallic Gold. HEX triplet: D9, B8 and 2F. RGB value is (217,184,47). Sum of RGB (Red+Green+Blue) = 217+184+47=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B82F is #2647D0. Grayscale: #B2B2B2. Windows color (decimal): -2508753 or 3127513. OLE color: 3127513.

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

Color convert

RGB21718447-
CMYK00.150.780.15
HSL48.35º69.11%51.76%-
HSV(B)48.35º78.34%85.1%-
XYZ46.2749.249.75-
YUV178.2553.93155.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 184 (72.27% from 255) = 41.07%
BLUE value IS 47 (18.75% from 255) = 10.49%
R=48.44%
G=41.07%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171844700.150.780.1548.3569.1151.76
HexD9B82F0F4EF304534
Octal33127057017116176010564
Binary110110011011100010111101111100111011111100001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B82F; }

 p { color: rgb(217,184,47); }

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

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

 a { background-color: rgb(217,184,47); }

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

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

 span { border-color: rgb(217,184,47); }

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