#D1DD73

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

Shades of Goldenrod #D1DD73

Tints of Goldenrod #D1DD73

Color information

#D1DD73 (or 0xD1DD73) is unknown color: approx Goldenrod. HEX triplet: D1, DD and 73. RGB value is (209,221,115). Sum of RGB (Red+Green+Blue) = 209+221+115=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD73 is #2E228C. Grayscale: #CDCDCD. Windows color (decimal): -3023501 or 7593425. OLE color: 7593425.

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

Color convert

RGB209221115-
CMYK0.0500.480.13
HSL66.79º60.92%65.88%-
HSV(B)66.79º47.96%86.67%-
XYZ55.2566.5126.14-
YUV205.3377.02130.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 115 (45.31% from 255) = 21.10%
R=38.35%
G=40.55%
B=21.10%

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
Decimal2092211150.0500.480.1366.7960.9265.88
HexD1DD735030D433d42
Octal32133516350601510375102
Binary110100011101110111100111010110000110110000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DD73; }

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

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

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

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

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

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

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

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