#D2BB3E

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

Shades of Old Gold #D2BB3E

Tints of Old Gold #D2BB3E

Color information

#D2BB3E (or 0xD2BB3E) is unknown color: approx Old Gold. HEX triplet: D2, BB and 3E. RGB value is (210,187,62). Sum of RGB (Red+Green+Blue) = 210+187+62=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BB3E is #2D44C1. Grayscale: #B4B4B4. Windows color (decimal): -2966722 or 4111314. OLE color: 4111314.

HSL color Cylindrical-coordinate representation of color #D2BB3E: hue angle of 50.68º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2BB3E is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB21018762-
CMYK00.110.700.18
HSL50.68º62.18%53.33%-
HSV(B)50.68º70.48%82.35%-
XYZ45.2249.5911.75-
YUV179.6361.62149.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 62 (24.61% from 255) = 13.51%
R=45.75%
G=40.74%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101876200.110.700.1850.6862.1853.33
HexD2BB3E0B4612333e35
Octal3222737601310622637665
Binary110100101011101111111001011100011010010110011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BB3E; }

 p { color: rgb(210,187,62); }

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

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

 a { background-color: rgb(210,187,62); }

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

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

 span { border-color: rgb(210,187,62); }

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