#D2BA4B

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

Shades of Old Gold #D2BA4B

Tints of Old Gold #D2BA4B

Color information

#D2BA4B (or 0xD2BA4B) is unknown color: approx Old Gold. HEX triplet: D2, BA and 4B. RGB value is (210,186,75). Sum of RGB (Red+Green+Blue) = 210+186+75=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA4B is #2D45B4. Grayscale: #B4B4B4. Windows color (decimal): -2966965 or 4963026. OLE color: 4963026.

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

Color convert

RGB21018675-
CMYK00.110.640.18
HSL49.33º60%55.88%-
HSV(B)49.33º64.29%82.35%-
XYZ45.4149.3313.78-
YUV180.5268.45149.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 75 (29.69% from 255) = 15.92%
R=44.59%
G=39.49%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101867500.110.640.1849.336055.88
HexD2BA4B0B4012313c38
Octal32227211301310022617470
Binary1101001010111010100101101011100000010010110001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BA4B; }

 p { color: rgb(210,186,75); }

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

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

 a { background-color: rgb(210,186,75); }

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

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

 span { border-color: rgb(210,186,75); }

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