#D9DD74

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

Shades of Goldenrod #D9DD74

Tints of Goldenrod #D9DD74

Color information

#D9DD74 (or 0xD9DD74) is unknown color: approx Goldenrod. HEX triplet: D9, DD and 74. RGB value is (217,221,116). Sum of RGB (Red+Green+Blue) = 217+221+116=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DD74 is #26228B. Grayscale: #D0D0D0. Windows color (decimal): -2499212 or 7658969. OLE color: 7658969.

HSL color Cylindrical-coordinate representation of color #D9DD74: hue angle of 62.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9DD74 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB217221116-
CMYK0.0200.480.13
HSL62.29º60.69%66.08%-
HSV(B)62.29º47.51%86.67%-
XYZ57.6267.7326.56-
YUV207.8376.17134.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 116 (45.70% from 255) = 20.94%
R=39.17%
G=39.89%
B=20.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211160.0200.480.1362.2960.6966.08
HexD9DD742030D3e3d42
Octal3313351642060157675102
Binary1101100111011101111010010011000011011111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DD74; }

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

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

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

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

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

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

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

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