#D1DE65

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

Shades of Goldenrod #D1DE65

Tints of Goldenrod #D1DE65

Color information

#D1DE65 (or 0xD1DE65) is unknown color: approx Goldenrod. HEX triplet: D1, DE and 65. RGB value is (209,222,101). Sum of RGB (Red+Green+Blue) = 209+222+101=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DE65 is #2E219A. Grayscale: #CCCCCC. Windows color (decimal): -3023259 or 6676177. OLE color: 6676177.

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

Color convert

RGB209222101-
CMYK0.0600.550.13
HSL66.45º64.71%63.33%-
HSV(B)66.45º54.5%87.06%-
XYZ54.7666.7422.31-
YUV204.3269.69131.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 222 (87.11% from 255) = 41.73%
BLUE value IS 101 (39.84% from 255) = 18.98%
R=39.29%
G=41.73%
B=18.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092221010.0600.550.1366.4564.7163.33
HexD1DE656037D42413f
Octal32133614560671510210177
Binary110100011101111011001011100110111110110000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DE65; }

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

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

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

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

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

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

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

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