#D9DD70

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

Shades of Goldenrod #D9DD70

Tints of Goldenrod #D9DD70

Color information

#D9DD70 (or 0xD9DD70) is unknown color: approx Goldenrod. HEX triplet: D9, DD and 70. RGB value is (217,221,112). Sum of RGB (Red+Green+Blue) = 217+221+112=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DD70 is #26228F. Grayscale: #CFCFCF. Windows color (decimal): -2499216 or 7396825. OLE color: 7396825.

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

Color convert

RGB217221112-
CMYK0.0200.490.13
HSL62.2º61.58%65.29%-
HSV(B)62.2º49.32%86.67%-
XYZ57.467.6325.36-
YUV207.3874.17134.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 112 (44.14% from 255) = 20.36%
R=39.45%
G=40.18%
B=20.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211120.0200.490.1362.261.5865.29
HexD9DD702031D3e3e41
Octal3313351602061157676101
Binary1101100111011101111000010011000111011111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DD70; }

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

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

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

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

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

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

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

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