#D1D266

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

Shades of Goldenrod #D1D266

Tints of Goldenrod #D1D266

Color information

#D1D266 (or 0xD1D266) is unknown color: approx Goldenrod. HEX triplet: D1, D2 and 66. RGB value is (209,210,102). Sum of RGB (Red+Green+Blue) = 209+210+102=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D266 is #2E2D99. Grayscale: #C5C5C5. Windows color (decimal): -3026330 or 6738641. OLE color: 6738641.

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

Color convert

RGB209210102-
CMYK0.0000.510.18
HSL60.56º54.55%61.18%-
HSV(B)60.56º51.43%82.35%-
XYZ51.7460.6121.54-
YUV197.3974.17136.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 210 (82.42% from 255) = 40.31%
BLUE value IS 102 (40.23% from 255) = 19.58%
R=40.12%
G=40.31%
B=19.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092101020.0000.510.1860.5654.5561.18
HexD1D2660033123d373d
Octal321322146006322756775
Binary110100011101001011001100011001110010111101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D266; }

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

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

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

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

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

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

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

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