#D7DA7A

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

Shades of Goldenrod #D7DA7A

Tints of Goldenrod #D7DA7A

Color information

#D7DA7A (or 0xD7DA7A) is unknown color: approx Goldenrod. HEX triplet: D7, DA and 7A. RGB value is (215,218,122). Sum of RGB (Red+Green+Blue) = 215+218+122=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DA7A is #282585. Grayscale: #CECECE. Windows color (decimal): -2631046 or 8051415. OLE color: 8051415.

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

Color convert

RGB215218122-
CMYK0.0100.440.15
HSL61.88º56.47%66.67%-
HSV(B)61.88º44.04%85.49%-
XYZ56.616628.17-
YUV206.1680.51134.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 122 (48.05% from 255) = 21.98%
R=38.74%
G=39.28%
B=21.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152181220.0100.440.1561.8856.4766.67
HexD7DA7A102CF3e3843
Octal3273321721054177670103
Binary110101111101101011110101010110011111111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DA7A; }

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

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

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

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

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

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

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

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