#D5B729

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

Shades of Gold Tips #D5B729

Tints of Gold Tips #D5B729

Color information

#D5B729 (or 0xD5B729) is unknown color: approx Gold Tips. HEX triplet: D5, B7 and 29. RGB value is (213,183,41). Sum of RGB (Red+Green+Blue) = 213+183+41=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B729 is #2A48D6. Grayscale: #B0B0B0. Windows color (decimal): -2771159 or 2734037. OLE color: 2734037.

HSL color Cylindrical-coordinate representation of color #D5B729: hue angle of 49.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5B729 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB21318341-
CMYK00.140.810.16
HSL49.53º67.72%49.8%-
HSV(B)49.53º80.75%83.53%-
XYZ44.7748.179.04-
YUV175.7851.94154.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.74%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 41 (16.41% from 255) = 9.38%
R=48.74%
G=41.88%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131834100.140.810.1649.5367.7249.8
HexD5B7290E5110324432
Octal32526751016121206210462
Binary1101010110110111101001011101010001100001100101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B729; }

 p { color: rgb(213,183,41); }

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

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

 a { background-color: rgb(213,183,41); }

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

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

 span { border-color: rgb(213,183,41); }

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