#D0D473

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

Shades of Goldenrod #D0D473

Tints of Goldenrod #D0D473

Color information

#D0D473 (or 0xD0D473) is unknown color: approx Goldenrod. HEX triplet: D0, D4 and 73. RGB value is (208,212,115). Sum of RGB (Red+Green+Blue) = 208+212+115=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D473 is #2F2B8C. Grayscale: #C8C8C8. Windows color (decimal): -3091341 or 7591120. OLE color: 7591120.

HSL color Cylindrical-coordinate representation of color #D0D473: hue angle of 62.47º 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 #D0D473 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB208212115-
CMYK0.0200.460.17
HSL62.47º53.01%64.12%-
HSV(B)62.47º45.75%83.14%-
XYZ52.6561.7325.36-
YUV199.7580.17133.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 115 (45.31% from 255) = 21.50%
R=38.88%
G=39.63%
B=21.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121150.0200.460.1762.4753.0164.12
HexD0D473202E113e3540
Octal3203241632056217665100
Binary11010000110101001110011100101110100011111101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D473; }

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

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

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

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

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

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

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

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