#D4B23E

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

Shades of Metallic Gold #D4B23E

Tints of Metallic Gold #D4B23E

Color information

#D4B23E (or 0xD4B23E) is unknown color: approx Metallic Gold. HEX triplet: D4, B2 and 3E. RGB value is (212,178,62). Sum of RGB (Red+Green+Blue) = 212+178+62=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B23E is #2B4DC1. Grayscale: #AFAFAF. Windows color (decimal): -2837954 or 4109012. OLE color: 4109012.

HSL color Cylindrical-coordinate representation of color #D4B23E: hue angle of 46.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4B23E is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB21217862-
CMYK00.160.710.17
HSL46.4º63.56%53.73%-
HSV(B)46.4º70.75%83.14%-
XYZ43.9446.1911.16-
YUV174.9464.26154.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.90%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 62 (24.61% from 255) = 13.72%
R=46.90%
G=39.38%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121786200.160.710.1746.463.5653.73
HexD4B23E01047112e4036
Octal32426276020107215610066
Binary11010100101100101111100100001000111100011011101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B23E; }

 p { color: rgb(212,178,62); }

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

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

 a { background-color: rgb(212,178,62); }

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

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

 span { border-color: rgb(212,178,62); }

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