#d7d66d

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

Shades of Goldenrod #D7D66D

Tints of Goldenrod #D7D66D

Color information

#D7D66D (or 0xD7D66D) is unknown color: approx Goldenrod. HEX triplet: D7, D6 and 6D. RGB value is (215,214,109). Sum of RGB (Red+Green+Blue) = 215+214+109=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D66D is #282992. Grayscale: #CACACA. Windows color (decimal): -2632083 or 7198423. OLE color: 7198423.

HSL color Cylindrical-coordinate representation of color #D7D66D: hue angle of 59.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7D66D is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215214109-
CMYK00.000.490.16
HSL59.43º56.99%63.53%-
HSV(B)59.43º49.3%84.31%-
XYZ54.8363.6423.86-
YUV202.3375.33137.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 109 (42.97% from 255) = 20.26%
R=39.96%
G=39.78%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521410900.000.490.1659.4356.9963.53
HexD7D66D0031103b3940
Octal3273261550061207371100
Binary1101011111010110110110100110001100001110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7d66d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7d66d; }

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

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

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

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

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

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

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

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