#D3D966

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

Shades of Goldenrod #D3D966

Tints of Goldenrod #D3D966

Color information

#D3D966 (or 0xD3D966) is unknown color: approx Goldenrod. HEX triplet: D3, D9 and 66. RGB value is (211,217,102). Sum of RGB (Red+Green+Blue) = 211+217+102=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D966 is #2C2699. Grayscale: #CACACA. Windows color (decimal): -2893466 or 6740435. OLE color: 6740435.

HSL color Cylindrical-coordinate representation of color #D3D966: hue angle of 63.13º 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 #D3D966 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB211217102-
CMYK0.0300.530.15
HSL63.13º60.21%62.55%-
HSV(B)63.13º53%85.1%-
XYZ54.0864.4322.16-
YUV202.171.51134.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 102 (40.23% from 255) = 19.25%
R=39.81%
G=40.94%
B=19.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112171020.0300.530.1563.1360.2162.55
HexD3D9663035F3f3c3f
Octal323331146306517777477
Binary110100111101100111001101101101011111111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D966; }

 p { color: rgb(211,217,102); }

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

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

 a { background-color: rgb(211,217,102); }

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

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

 span { border-color: rgb(211,217,102); }

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