#D1DD5E

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

Shades of Goldenrod #D1DD5E

Tints of Goldenrod #D1DD5E

Color information

#D1DD5E (or 0xD1DD5E) is unknown color: approx Goldenrod. HEX triplet: D1, DD and 5E. RGB value is (209,221,94). Sum of RGB (Red+Green+Blue) = 209+221+94=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD5E is #2E22A1. Grayscale: #CBCBCB. Windows color (decimal): -3023522 or 6217169. OLE color: 6217169.

HSL color Cylindrical-coordinate representation of color #D1DD5E: hue angle of 65.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1DD5E is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB20922194-
CMYK0.0500.570.13
HSL65.67º65.13%61.76%-
HSV(B)65.67º57.47%86.67%-
XYZ54.1766.0820.49-
YUV202.9366.52132.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 94 (37.11% from 255) = 17.94%
R=39.89%
G=42.18%
B=17.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209221940.0500.570.1365.6765.1361.76
HexD1DD5E5039D42413e
Octal32133513650711510210176
Binary110100011101110110111101010111001110110000101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DD5E; }

 p { color: rgb(209,221,94); }

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

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

 a { background-color: rgb(209,221,94); }

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

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

 span { border-color: rgb(209,221,94); }

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