#D0B22C

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

Shades of Metallic Gold #D0B22C

Tints of Metallic Gold #D0B22C

Color information

#D0B22C (or 0xD0B22C) is unknown color: approx Metallic Gold. HEX triplet: D0, B2 and 2C. RGB value is (208,178,44). Sum of RGB (Red+Green+Blue) = 208+178+44=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B22C is #2F4DD3. Grayscale: #ACACAC. Windows color (decimal): -3100116 or 2929360. OLE color: 2929360.

HSL color Cylindrical-coordinate representation of color #D0B22C: hue angle of 49.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0B22C is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20817844-
CMYK00.140.790.18
HSL49.02º65.08%49.41%-
HSV(B)49.02º78.85%81.57%-
XYZ42.3945.438.92-
YUV171.6955.94153.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.37%
GREEN value IS 178 (69.92% from 255) = 41.40%
BLUE value IS 44 (17.58% from 255) = 10.23%
R=48.37%
G=41.40%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081784400.140.790.1849.0265.0849.41
HexD0B22C0E4F12314131
Octal32026254016117226110161
Binary1101000010110010101100011101001111100101100011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B22C; }

 p { color: rgb(208,178,44); }

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

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

 a { background-color: rgb(208,178,44); }

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

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

 span { border-color: rgb(208,178,44); }

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