#D0BD4D

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

Shades of Old Gold #D0BD4D

Tints of Old Gold #D0BD4D

Color information

#D0BD4D (or 0xD0BD4D) is unknown color: approx Old Gold. HEX triplet: D0, BD and 4D. RGB value is (208,189,77). Sum of RGB (Red+Green+Blue) = 208+189+77=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BD4D is #2F42B2. Grayscale: #B6B6B6. Windows color (decimal): -3097267 or 5094864. OLE color: 5094864.

HSL color Cylindrical-coordinate representation of color #D0BD4D: hue angle of 51.3º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0BD4D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB20818977-
CMYK00.090.630.18
HSL51.3º58.22%55.88%-
HSV(B)51.3º62.98%81.57%-
XYZ45.5550.3414.34-
YUV181.9168.79146.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 189 (74.22% from 255) = 39.87%
BLUE value IS 77 (30.47% from 255) = 16.24%
R=43.88%
G=39.87%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081897700.090.630.1851.358.2255.88
HexD0BD4D093F12333a38
Octal3202751150117722637270
Binary110100001011110110011010100111111110010110011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BD4D; }

 p { color: rgb(208,189,77); }

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

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

 a { background-color: rgb(208,189,77); }

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

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

 span { border-color: rgb(208,189,77); }

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