#D5BB34

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

Shades of Old Gold #D5BB34

Tints of Old Gold #D5BB34

Color information

#D5BB34 (or 0xD5BB34) is unknown color: approx Old Gold. HEX triplet: D5, BB and 34. RGB value is (213,187,52). Sum of RGB (Red+Green+Blue) = 213+187+52=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BB34 is #2A44CB. Grayscale: #B3B3B3. Windows color (decimal): -2770124 or 3455957. OLE color: 3455957.

HSL color Cylindrical-coordinate representation of color #D5BB34: hue angle of 50.31º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5BB34 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21318752-
CMYK00.120.760.16
HSL50.31º65.71%51.96%-
HSV(B)50.31º75.59%83.53%-
XYZ45.8349.9310.47-
YUV179.3856.11151.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 52 (20.70% from 255) = 11.50%
R=47.12%
G=41.37%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131875200.120.760.1650.3165.7151.96
HexD5BB340C4C10324234
Octal32527364014114206210264
Binary1101010110111011110100011001001100100001100101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB34; }

 p { color: rgb(213,187,52); }

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

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

 a { background-color: rgb(213,187,52); }

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

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

 span { border-color: rgb(213,187,52); }

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