#D0B242

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

Shades of Old Gold #D0B242

Tints of Old Gold #D0B242

Color information

#D0B242 (or 0xD0B242) is unknown color: approx Old Gold. HEX triplet: D0, B2 and 42. RGB value is (208,178,66). Sum of RGB (Red+Green+Blue) = 208+178+66=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B242 is #2F4DBD. Grayscale: #AEAEAE. Windows color (decimal): -3100094 or 4371152. OLE color: 4371152.

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

Color convert

RGB20817866-
CMYK00.140.680.18
HSL47.32º60.17%53.73%-
HSV(B)47.32º68.27%81.57%-
XYZ42.9245.6411.7-
YUV174.266.94152.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.02%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 66 (26.17% from 255) = 14.60%
R=46.02%
G=39.38%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081786600.140.680.1847.3260.1753.73
HexD0B2420E44122f3c36
Octal32026210201610422577466
Binary1101000010110010100001001110100010010010101111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B242; }

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

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

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

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

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

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

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

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