#D1DE6D

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

Shades of Goldenrod #D1DE6D

Tints of Goldenrod #D1DE6D

Color information

#D1DE6D (or 0xD1DE6D) is unknown color: approx Goldenrod. HEX triplet: D1, DE and 6D. RGB value is (209,222,109). Sum of RGB (Red+Green+Blue) = 209+222+109=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DE6D is #2E2192. Grayscale: #CDCDCD. Windows color (decimal): -3023251 or 7200465. OLE color: 7200465.

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

Color convert

RGB209222109-
CMYK0.0600.510.13
HSL66.9º63.13%64.9%-
HSV(B)66.9º50.9%87.06%-
XYZ55.1866.924.47-
YUV205.2373.69130.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.70%
GREEN value IS 222 (87.11% from 255) = 41.11%
BLUE value IS 109 (42.97% from 255) = 20.19%
R=38.70%
G=41.11%
B=20.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092221090.0600.510.1366.963.1364.9
HexD1DE6D6033D433f41
Octal32133615560631510377101
Binary110100011101111011011011100110011110110000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DE6D; }

 p { color: rgb(209,222,109); }

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

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

 a { background-color: rgb(209,222,109); }

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

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

 span { border-color: rgb(209,222,109); }

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