#D1D967

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

Shades of Goldenrod #D1D967

Tints of Goldenrod #D1D967

Color information

#D1D967 (or 0xD1D967) is unknown color: approx Goldenrod. HEX triplet: D1, D9 and 67. RGB value is (209,217,103). Sum of RGB (Red+Green+Blue) = 209+217+103=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D967 is #2E2698. Grayscale: #CACACA. Windows color (decimal): -3024537 or 6805969. OLE color: 6805969.

HSL color Cylindrical-coordinate representation of color #D1D967: hue angle of 64.21º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1D967 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB209217103-
CMYK0.0400.530.15
HSL64.21º60%62.75%-
HSV(B)64.21º52.53%85.1%-
XYZ53.5664.1622.39-
YUV201.6172.35133.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 103 (40.62% from 255) = 19.47%
R=39.51%
G=41.02%
B=19.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171030.0400.530.1564.216062.75
HexD1D9674035F403c3f
Octal3213311474065171007477
Binary11010001110110011100111100011010111111000000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D967; }

 p { color: rgb(209,217,103); }

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

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

 a { background-color: rgb(209,217,103); }

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

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

 span { border-color: rgb(209,217,103); }

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