#D1D671

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

Shades of Goldenrod #D1D671

Tints of Goldenrod #D1D671

Color information

#D1D671 (or 0xD1D671) is unknown color: approx Goldenrod. HEX triplet: D1, D6 and 71. RGB value is (209,214,113). Sum of RGB (Red+Green+Blue) = 209+214+113=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D671 is #2E298E. Grayscale: #C9C9C9. Windows color (decimal): -3025295 or 7460561. OLE color: 7460561.

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

Color convert

RGB209214113-
CMYK0.0200.470.16
HSL62.97º55.19%64.12%-
HSV(B)62.97º47.2%83.92%-
XYZ53.3262.8424.94-
YUV200.9978.34133.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 113 (44.53% from 255) = 21.08%
R=38.99%
G=39.93%
B=21.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092141130.0200.470.1662.9755.1964.12
HexD1D671202F103f3740
Octal3213261612057207767100
Binary11010001110101101110001100101111100001111111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D671; }

 p { color: rgb(209,214,113); }

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

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

 a { background-color: rgb(209,214,113); }

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

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

 span { border-color: rgb(209,214,113); }

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