#D7B729

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

Shades of Gold Tips #D7B729

Tints of Gold Tips #D7B729

Color information

#D7B729 (or 0xD7B729) is unknown color: approx Gold Tips. HEX triplet: D7, B7 and 29. RGB value is (215,183,41). Sum of RGB (Red+Green+Blue) = 215+183+41=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B729 is #2848D6. Grayscale: #B0B0B0. Windows color (decimal): -2640087 or 2734039. OLE color: 2734039.

HSL color Cylindrical-coordinate representation of color #D7B729: hue angle of 48.97º degrees, saturation: 0.69, 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 #D7B729 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB21518341-
CMYK00.150.810.16
HSL48.97º68.5%50.2%-
HSV(B)48.97º80.93%84.31%-
XYZ45.3648.479.06-
YUV176.3851.6155.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.97%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 41 (16.41% from 255) = 9.34%
R=48.97%
G=41.69%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151834100.150.810.1648.9768.550.2
HexD7B7290F5110314532
Octal32726751017121206110562
Binary1101011110110111101001011111010001100001100011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B729; }

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

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

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

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

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

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

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

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