#D1DD74

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

Shades of Goldenrod #D1DD74

Tints of Goldenrod #D1DD74

Color information

#D1DD74 (or 0xD1DD74) is unknown color: approx Goldenrod. HEX triplet: D1, DD and 74. RGB value is (209,221,116). Sum of RGB (Red+Green+Blue) = 209+221+116=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD74 is #2E228B. Grayscale: #CDCDCD. Windows color (decimal): -3023500 or 7658961. OLE color: 7658961.

HSL color Cylindrical-coordinate representation of color #D1DD74: hue angle of 66.86º 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 #D1DD74 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB209221116-
CMYK0.0500.480.13
HSL66.86º60.69%66.08%-
HSV(B)66.86º47.51%86.67%-
XYZ55.366.5326.45-
YUV205.4477.52130.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 221 (86.72% from 255) = 40.48%
BLUE value IS 116 (45.70% from 255) = 21.25%
R=38.28%
G=40.48%
B=21.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092211160.0500.480.1366.8660.6966.08
HexD1DD745030D433d42
Octal32133516450601510375102
Binary110100011101110111101001010110000110110000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DD74; }

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

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

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

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

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

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

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

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