#D1D25E

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

Shades of Goldenrod #D1D25E

Tints of Goldenrod #D1D25E

Color information

#D1D25E (or 0xD1D25E) is unknown color: approx Goldenrod. HEX triplet: D1, D2 and 5E. RGB value is (209,210,94). Sum of RGB (Red+Green+Blue) = 209+210+94=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D25E is #2E2DA1. Grayscale: #C4C4C4. Windows color (decimal): -3026338 or 6214353. OLE color: 6214353.

HSL color Cylindrical-coordinate representation of color #D1D25E: hue angle of 60.52º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1D25E is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20921094-
CMYK0.0000.550.18
HSL60.52º56.31%59.61%-
HSV(B)60.52º55.24%82.35%-
XYZ51.3660.4619.55-
YUV196.4870.17136.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 94 (37.11% from 255) = 18.32%
R=40.74%
G=40.94%
B=18.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209210940.0000.550.1860.5256.3159.61
HexD1D25E0037123d383c
Octal321322136006722757074
Binary110100011101001010111100011011110010111101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D25E; }

 p { color: rgb(209,210,94); }

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

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

 a { background-color: rgb(209,210,94); }

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

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

 span { border-color: rgb(209,210,94); }

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