#D2BB41

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

Shades of Old Gold #D2BB41

Tints of Old Gold #D2BB41

Color information

#D2BB41 (or 0xD2BB41) is unknown color: approx Old Gold. HEX triplet: D2, BB and 41. RGB value is (210,187,65). Sum of RGB (Red+Green+Blue) = 210+187+65=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BB41 is #2D44BE. Grayscale: #B4B4B4. Windows color (decimal): -2966719 or 4307922. OLE color: 4307922.

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

Color convert

RGB21018765-
CMYK00.110.690.18
HSL50.48º61.7%53.92%-
HSV(B)50.48º69.05%82.35%-
XYZ45.349.6212.19-
YUV179.9763.12149.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 65 (25.78% from 255) = 14.07%
R=45.45%
G=40.48%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101876500.110.690.1850.4861.753.92
HexD2BB410B4512323e36
Octal32227310101310522627666
Binary1101001010111011100000101011100010110010110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BB41; }

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

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

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

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

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

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

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

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