#D6B02D

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

Shades of Metallic Gold #D6B02D

Tints of Metallic Gold #D6B02D

Color information

#D6B02D (or 0xD6B02D) is unknown color: approx Metallic Gold. HEX triplet: D6, B0 and 2D. RGB value is (214,176,45). Sum of RGB (Red+Green+Blue) = 214+176+45=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B02D is #294FD2. Grayscale: #ACACAC. Windows color (decimal): -2707411 or 2994390. OLE color: 2994390.

HSL color Cylindrical-coordinate representation of color #D6B02D: hue angle of 46.51º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6B02D is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21417645-
CMYK00.180.790.16
HSL46.51º67.33%50.78%-
HSV(B)46.51º78.97%83.92%-
XYZ43.7345.548.97-
YUV172.4356.09157.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 45 (17.97% from 255) = 10.34%
R=49.20%
G=40.46%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141764500.180.790.1646.5167.3350.78
HexD6B02D0124F102f4333
Octal32626055022117205710363
Binary11010110101100001011010100101001111100001011111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B02D; }

 p { color: rgb(214,176,45); }

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

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

 a { background-color: rgb(214,176,45); }

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

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

 span { border-color: rgb(214,176,45); }

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