#D7D461

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

Shades of Goldenrod #D7D461

Tints of Goldenrod #D7D461

Color information

#D7D461 (or 0xD7D461) is unknown color: approx Goldenrod. HEX triplet: D7, D4 and 61. RGB value is (215,212,97). Sum of RGB (Red+Green+Blue) = 215+212+97=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D461 is #282B9E. Grayscale: #C8C8C8. Windows color (decimal): -2632607 or 6411479. OLE color: 6411479.

HSL color Cylindrical-coordinate representation of color #D7D461: hue angle of 58.47º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7D461 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21521297-
CMYK00.010.550.16
HSL58.47º59.6%61.18%-
HSV(B)58.47º54.88%84.31%-
XYZ53.7362.420.52-
YUV199.7969.99138.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 212 (83.20% from 255) = 40.46%
BLUE value IS 97 (38.28% from 255) = 18.51%
R=41.03%
G=40.46%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152129700.010.550.1658.4759.661.18
HexD7D4610137103a3c3d
Octal327324141016720727475
Binary110101111101010011000010111011110000111010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D461; }

 p { color: rgb(215,212,97); }

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

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

 a { background-color: rgb(215,212,97); }

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

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

 span { border-color: rgb(215,212,97); }

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