#D3D473

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

Shades of Goldenrod #D3D473

Tints of Goldenrod #D3D473

Color information

#D3D473 (or 0xD3D473) is unknown color: approx Goldenrod. HEX triplet: D3, D4 and 73. RGB value is (211,212,115). Sum of RGB (Red+Green+Blue) = 211+212+115=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D473 is #2C2B8C. Grayscale: #C9C9C9. Windows color (decimal): -2894733 or 7591123. OLE color: 7591123.

HSL color Cylindrical-coordinate representation of color #D3D473: hue angle of 60.62º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3D473 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB211212115-
CMYK0.0000.460.17
HSL60.62º53.01%64.12%-
HSV(B)60.62º45.75%83.14%-
XYZ53.562.1725.4-
YUV200.6479.67135.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 212 (83.20% from 255) = 39.41%
BLUE value IS 115 (45.31% from 255) = 21.38%
R=39.22%
G=39.41%
B=21.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112121150.0000.460.1760.6253.0164.12
HexD3D473002E113d3540
Octal3233241630056217565100
Binary1101001111010100111001100101110100011111011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D473; }

 p { color: rgb(211,212,115); }

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

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

 a { background-color: rgb(211,212,115); }

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

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

 span { border-color: rgb(211,212,115); }

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