#D9DA7E

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

Shades of Goldenrod #D9DA7E

Tints of Goldenrod #D9DA7E

Color information

#D9DA7E (or 0xD9DA7E) is unknown color: approx Goldenrod. HEX triplet: D9, DA and 7E. RGB value is (217,218,126). Sum of RGB (Red+Green+Blue) = 217+218+126=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DA7E is #262581. Grayscale: #CFCFCF. Windows color (decimal): -2499970 or 8313561. OLE color: 8313561.

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

Color convert

RGB217218126-
CMYK0.0000.420.15
HSL60.65º55.42%67.45%-
HSV(B)60.65º42.2%85.49%-
XYZ57.4566.429.53-
YUV207.2182.17134.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 126 (49.61% from 255) = 22.46%
R=38.68%
G=38.86%
B=22.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181260.0000.420.1560.6555.4267.45
HexD9DA7E002AF3d3743
Octal3313321760052177567103
Binary110110011101101011111100010101011111111011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DA7E; }

 p { color: rgb(217,218,126); }

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

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

 a { background-color: rgb(217,218,126); }

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

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

 span { border-color: rgb(217,218,126); }

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