#D7B627

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

Shades of Gold Tips #D7B627

Tints of Gold Tips #D7B627

Color information

#D7B627 (or 0xD7B627) is unknown color: approx Gold Tips. HEX triplet: D7, B6 and 27. RGB value is (215,182,39). Sum of RGB (Red+Green+Blue) = 215+182+39=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B627 is #2849D8. Grayscale: #B0B0B0. Windows color (decimal): -2640345 or 2602711. OLE color: 2602711.

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

Color convert

RGB21518239-
CMYK00.150.820.16
HSL48.75º69.29%49.8%-
HSV(B)48.75º81.86%84.31%-
XYZ45.1248.058.82-
YUV175.5650.93156.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.31%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 39 (15.62% from 255) = 8.94%
R=49.31%
G=41.74%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151823900.150.820.1648.7569.2949.8
HexD7B6270F5210314532
Octal32726647017122206110562
Binary1101011110110110100111011111010010100001100011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B627; }

 p { color: rgb(215,182,39); }

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

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

 a { background-color: rgb(215,182,39); }

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

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

 span { border-color: rgb(215,182,39); }

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