#d3d76e

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

Shades of Goldenrod #D3D76E

Tints of Goldenrod #D3D76E

Color information

#D3D76E (or 0xD3D76E) is unknown color: approx Goldenrod. HEX triplet: D3, D7 and 6E. RGB value is (211,215,110). Sum of RGB (Red+Green+Blue) = 211+215+110=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D76E is #2C2891. Grayscale: #CACACA. Windows color (decimal): -2893970 or 7264211. OLE color: 7264211.

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

Color convert

RGB211215110-
CMYK0.0200.490.16
HSL62.29º56.76%63.73%-
HSV(B)62.29º48.84%84.31%-
XYZ53.9863.5824.18-
YUV201.8376.17134.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.37%
GREEN value IS 215 (84.38% from 255) = 40.11%
BLUE value IS 110 (43.36% from 255) = 20.52%
R=39.37%
G=40.11%
B=20.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112151100.0200.490.1662.2956.7663.73
HexD3D76E2031103e3940
Octal3233271562061207671100
Binary11010011110101111101110100110001100001111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3d76e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3d76e; }

 p { color: rgb(211,215,110); }

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

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

 a { background-color: rgb(211,215,110); }

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

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

 span { border-color: rgb(211,215,110); }

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