#D1D465

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

Shades of Goldenrod #D1D465

Tints of Goldenrod #D1D465

Color information

#D1D465 (or 0xD1D465) is unknown color: approx Goldenrod. HEX triplet: D1, D4 and 65. RGB value is (209,212,101). Sum of RGB (Red+Green+Blue) = 209+212+101=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D465 is #2E2B9A. Grayscale: #C6C6C6. Windows color (decimal): -3025819 or 6673617. OLE color: 6673617.

HSL color Cylindrical-coordinate representation of color #D1D465: hue angle of 61.62º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1D465 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB209212101-
CMYK0.0100.520.17
HSL61.62º56.35%61.37%-
HSV(B)61.62º52.36%83.14%-
XYZ52.1961.5821.45-
YUV198.4573.01135.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.04%
GREEN value IS 212 (83.20% from 255) = 40.61%
BLUE value IS 101 (39.84% from 255) = 19.35%
R=40.04%
G=40.61%
B=19.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2092121010.0100.520.1761.6256.3561.37
HexD1D4651034113e383d
Octal321324145106421767075
Binary110100011101010011001011011010010001111110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D465; }

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

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

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

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

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

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

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

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