#d6b52b

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

Shades of Metallic Gold #D6B52B

Tints of Metallic Gold #D6B52B

Color information

#D6B52B (or 0xD6B52B) is unknown color: approx Metallic Gold. HEX triplet: D6, B5 and 2B. RGB value is (214,181,43). Sum of RGB (Red+Green+Blue) = 214+181+43=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B52B is #294AD4. Grayscale: #AFAFAF. Windows color (decimal): -2706133 or 2864598. OLE color: 2864598.

HSL color Cylindrical-coordinate representation of color #D6B52B: hue angle of 48.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6B52B is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21418143-
CMYK00.150.800.16
HSL48.42º67.59%50.39%-
HSV(B)48.42º79.91%83.92%-
XYZ44.6947.529.1-
YUV175.1453.43155.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 43 (17.19% from 255) = 9.82%
R=48.86%
G=41.32%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141814300.150.800.1648.4267.5950.39
HexD6B52B0F5010304432
Octal32626553017120206010462
Binary1101011010110101101011011111010000100001100001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6b52b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6b52b; }

 p { color: rgb(214,181,43); }

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

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

 a { background-color: rgb(214,181,43); }

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

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

 span { border-color: rgb(214,181,43); }

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