#D1D85D

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

Shades of Goldenrod #D1D85D

Tints of Goldenrod #D1D85D

Color information

#D1D85D (or 0xD1D85D) is unknown color: approx Goldenrod. HEX triplet: D1, D8 and 5D. RGB value is (209,216,93). Sum of RGB (Red+Green+Blue) = 209+216+93=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D85D is #2E27A2. Grayscale: #C8C8C8. Windows color (decimal): -3024803 or 6150353. OLE color: 6150353.

HSL color Cylindrical-coordinate representation of color #D1D85D: hue angle of 63.41º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1D85D is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB20921693-
CMYK0.0300.570.15
HSL63.41º61.19%60.59%-
HSV(B)63.41º56.94%84.71%-
XYZ52.8363.4619.82-
YUV199.8867.68134.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 216 (84.77% from 255) = 41.70%
BLUE value IS 93 (36.72% from 255) = 17.95%
R=40.35%
G=41.70%
B=17.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209216930.0300.570.1563.4161.1960.59
HexD1D85D3039F3f3d3d
Octal321330135307117777575
Binary110100011101100010111011101110011111111111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D85D; }

 p { color: rgb(209,216,93); }

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

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

 a { background-color: rgb(209,216,93); }

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

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

 span { border-color: rgb(209,216,93); }

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