#D7D666

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

Shades of Goldenrod #D7D666

Tints of Goldenrod #D7D666

Color information

#D7D666 (or 0xD7D666) is unknown color: approx Goldenrod. HEX triplet: D7, D6 and 66. RGB value is (215,214,102). Sum of RGB (Red+Green+Blue) = 215+214+102=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D666 is #282999. Grayscale: #C9C9C9. Windows color (decimal): -2632090 or 6739671. OLE color: 6739671.

HSL color Cylindrical-coordinate representation of color #D7D666: hue angle of 59.47º 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 #D7D666 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215214102-
CMYK00.000.530.16
HSL59.47º58.55%62.16%-
HSV(B)59.47º52.56%84.31%-
XYZ54.4763.521.96-
YUV201.5371.83137.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 214 (83.98% from 255) = 40.30%
BLUE value IS 102 (40.23% from 255) = 19.21%
R=40.49%
G=40.30%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521410200.000.530.1659.4758.5562.16
HexD7D6660035103b3b3e
Octal327326146006520737376
Binary110101111101011011001100011010110000111011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D666; }

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

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

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

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

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

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

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

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