#D9DC65

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

Shades of Goldenrod #D9DC65

Tints of Goldenrod #D9DC65

Color information

#D9DC65 (or 0xD9DC65) is unknown color: approx Goldenrod. HEX triplet: D9, DC and 65. RGB value is (217,220,101). Sum of RGB (Red+Green+Blue) = 217+220+101=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC65 is #26239A. Grayscale: #CECECE. Windows color (decimal): -2499483 or 6675673. OLE color: 6675673.

HSL color Cylindrical-coordinate representation of color #D9DC65: hue angle of 61.51º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9DC65 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB217220101-
CMYK0.0100.540.14
HSL61.51º62.96%62.94%-
HSV(B)61.51º54.09%86.27%-
XYZ56.5666.8822.24-
YUV205.5469.01136.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 101 (39.84% from 255) = 18.77%
R=40.33%
G=40.89%
B=18.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201010.0100.540.1461.5162.9662.94
HexD9DC651036E3e3f3f
Octal331334145106616767777
Binary11011001110111001100101101101101110111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DC65; }

 p { color: rgb(217,220,101); }

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

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

 a { background-color: rgb(217,220,101); }

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

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

 span { border-color: rgb(217,220,101); }

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