#D7D466

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

Shades of Goldenrod #D7D466

Tints of Goldenrod #D7D466

Color information

#D7D466 (or 0xD7D466) is unknown color: approx Goldenrod. HEX triplet: D7, D4 and 66. RGB value is (215,212,102). Sum of RGB (Red+Green+Blue) = 215+212+102=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D466 is #282B99. Grayscale: #C8C8C8. Windows color (decimal): -2632602 or 6739159. OLE color: 6739159.

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

Color convert

RGB215212102-
CMYK00.010.530.16
HSL58.41º58.55%62.16%-
HSV(B)58.41º52.56%84.31%-
XYZ53.9762.4921.79-
YUV200.3672.49138.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 212 (83.20% from 255) = 40.08%
BLUE value IS 102 (40.23% from 255) = 19.28%
R=40.64%
G=40.08%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521210200.010.530.1658.4158.5562.16
HexD7D4660135103a3b3e
Octal327324146016520727376
Binary110101111101010011001100111010110000111010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D466; }

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

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

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

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

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

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

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

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