#D0BB39

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

Shades of Old Gold #D0BB39

Tints of Old Gold #D0BB39

Color information

#D0BB39 (or 0xD0BB39) is unknown color: approx Old Gold. HEX triplet: D0, BB and 39. RGB value is (208,187,57). Sum of RGB (Red+Green+Blue) = 208+187+57=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BB39 is #2F44C6. Grayscale: #B3B3B3. Windows color (decimal): -3097799 or 3783632. OLE color: 3783632.

HSL color Cylindrical-coordinate representation of color #D0BB39: hue angle of 51.66º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0BB39 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20818757-
CMYK00.100.730.18
HSL51.66º61.63%51.96%-
HSV(B)51.66º72.6%81.57%-
XYZ44.5249.2511.03-
YUV178.4659.46149.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.02%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 57 (22.66% from 255) = 12.61%
R=46.02%
G=41.37%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081875700.100.730.1851.6661.6351.96
HexD0BB390A4912343e34
Octal3202737101211122647664
Binary110100001011101111100101010100100110010110100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB39; }

 p { color: rgb(208,187,57); }

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

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

 a { background-color: rgb(208,187,57); }

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

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

 span { border-color: rgb(208,187,57); }

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