#D8B43D

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

Shades of Metallic Gold #D8B43D

Tints of Metallic Gold #D8B43D

Color information

#D8B43D (or 0xD8B43D) is unknown color: approx Metallic Gold. HEX triplet: D8, B4 and 3D. RGB value is (216,180,61). Sum of RGB (Red+Green+Blue) = 216+180+61=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B43D is #274BC2. Grayscale: #B1B1B1. Windows color (decimal): -2575299 or 4043992. OLE color: 4043992.

HSL color Cylindrical-coordinate representation of color #D8B43D: hue angle of 46.06º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8B43D is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB21618061-
CMYK00.170.720.15
HSL46.06º66.52%54.31%-
HSV(B)46.06º71.76%84.71%-
XYZ45.4847.5811.2-
YUV177.262.43155.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 61 (24.22% from 255) = 13.35%
R=47.26%
G=39.39%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161806100.170.720.1546.0666.5254.31
HexD8B43D01148F2e4336
Octal33026475021110175610366
Binary1101100010110100111101010001100100011111011101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B43D; }

 p { color: rgb(216,180,61); }

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

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

 a { background-color: rgb(216,180,61); }

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

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

 span { border-color: rgb(216,180,61); }

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