#D7DA6D

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

Shades of Goldenrod #D7DA6D

Tints of Goldenrod #D7DA6D

Color information

#D7DA6D (or 0xD7DA6D) is unknown color: approx Goldenrod. HEX triplet: D7, DA and 6D. RGB value is (215,218,109). Sum of RGB (Red+Green+Blue) = 215+218+109=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DA6D is #282592. Grayscale: #CDCDCD. Windows color (decimal): -2631059 or 7199447. OLE color: 7199447.

HSL color Cylindrical-coordinate representation of color #D7DA6D: hue angle of 61.65º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7DA6D is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB215218109-
CMYK0.0100.50.15
HSL61.65º59.56%64.12%-
HSV(B)61.65º50%85.49%-
XYZ55.8665.6924.2-
YUV204.6874.01135.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 109 (42.97% from 255) = 20.11%
R=39.67%
G=40.22%
B=20.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152181090.0100.50.1561.6559.5664.12
HexD7DA6D1032F3e3c40
Octal3273321551062177674100
Binary110101111101101011011011011001011111111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DA6D; }

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

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

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

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

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

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

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

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