#D1D572

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

Shades of Goldenrod #D1D572

Tints of Goldenrod #D1D572

Color information

#D1D572 (or 0xD1D572) is unknown color: approx Goldenrod. HEX triplet: D1, D5 and 72. RGB value is (209,213,114). Sum of RGB (Red+Green+Blue) = 209+213+114=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D572 is #2E2A8D. Grayscale: #C8C8C8. Windows color (decimal): -3025550 or 7525841. OLE color: 7525841.

HSL color Cylindrical-coordinate representation of color #D1D572: hue angle of 62.42º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1D572 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB209213114-
CMYK0.0200.460.16
HSL62.42º54.1%64.12%-
HSV(B)62.42º46.48%83.53%-
XYZ53.1362.3625.16-
YUV200.5279.17134.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 114 (44.92% from 255) = 21.27%
R=38.99%
G=39.74%
B=21.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092131140.0200.460.1662.4254.164.12
HexD1D572202E103e3640
Octal3213251622056207666100
Binary11010001110101011110010100101110100001111101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D572; }

 p { color: rgb(209,213,114); }

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

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

 a { background-color: rgb(209,213,114); }

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

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

 span { border-color: rgb(209,213,114); }

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