#D5D273

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

Shades of Goldenrod #D5D273

Tints of Goldenrod #D5D273

Color information

#D5D273 (or 0xD5D273) is unknown color: approx Goldenrod. HEX triplet: D5, D2 and 73. RGB value is (213,210,115). Sum of RGB (Red+Green+Blue) = 213+210+115=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D273 is #2A2D8C. Grayscale: #C8C8C8. Windows color (decimal): -2764173 or 7590613. OLE color: 7590613.

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

Color convert

RGB213210115-
CMYK00.010.460.16
HSL58.16º53.85%64.31%-
HSV(B)58.16º46.01%83.53%-
XYZ53.5861.4825.26-
YUV200.0779.99137.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 115 (45.31% from 255) = 21.38%
R=39.59%
G=39.03%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321011500.010.460.1658.1653.8564.31
HexD5D273012E103a3640
Octal3253221630156207266100
Binary1101010111010010111001101101110100001110101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D273; }

 p { color: rgb(213,210,115); }

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

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

 a { background-color: rgb(213,210,115); }

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

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

 span { border-color: rgb(213,210,115); }

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