#D9DA74

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

Shades of Goldenrod #D9DA74

Tints of Goldenrod #D9DA74

Color information

#D9DA74 (or 0xD9DA74) is unknown color: approx Goldenrod. HEX triplet: D9, DA and 74. RGB value is (217,218,116). Sum of RGB (Red+Green+Blue) = 217+218+116=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DA74 is #26258B. Grayscale: #CECECE. Windows color (decimal): -2499980 or 7658201. OLE color: 7658201.

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

Color convert

RGB217218116-
CMYK0.0000.470.15
HSL60.59º57.95%65.49%-
HSV(B)60.59º46.79%85.49%-
XYZ56.8466.1626.3-
YUV206.0777.17135.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 218 (85.55% from 255) = 39.56%
BLUE value IS 116 (45.70% from 255) = 21.05%
R=39.38%
G=39.56%
B=21.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181160.0000.470.1560.5957.9565.49
HexD9DA74002FF3d3a41
Octal3313321640057177572101
Binary110110011101101011101000010111111111111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DA74; }

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

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

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

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

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

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

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

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