#D5B635

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

Shades of Metallic Gold #D5B635

Tints of Metallic Gold #D5B635

Color information

#D5B635 (or 0xD5B635) is unknown color: approx Metallic Gold. HEX triplet: D5, B6 and 35. RGB value is (213,182,53). Sum of RGB (Red+Green+Blue) = 213+182+53=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B635 is #2A49CA. Grayscale: #B1B1B1. Windows color (decimal): -2771403 or 3520213. OLE color: 3520213.

HSL color Cylindrical-coordinate representation of color #D5B635: hue angle of 48.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5B635 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21318253-
CMYK00.150.750.16
HSL48.38º65.57%52.16%-
HSV(B)48.38º75.12%83.53%-
XYZ44.8147.8610.24-
YUV176.5658.27153.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 182 (71.48% from 255) = 40.62%
BLUE value IS 53 (21.09% from 255) = 11.83%
R=47.54%
G=40.62%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131825300.150.750.1648.3865.5752.16
HexD5B6350F4B10304234
Octal32526665017113206010264
Binary1101010110110110110101011111001011100001100001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B635; }

 p { color: rgb(213,182,53); }

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

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

 a { background-color: rgb(213,182,53); }

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

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

 span { border-color: rgb(213,182,53); }

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