#D0D573

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

Shades of Goldenrod #D0D573

Tints of Goldenrod #D0D573

Color information

#D0D573 (or 0xD0D573) is unknown color: approx Goldenrod. HEX triplet: D0, D5 and 73. RGB value is (208,213,115). Sum of RGB (Red+Green+Blue) = 208+213+115=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D573 is #2F2A8C. Grayscale: #C8C8C8. Windows color (decimal): -3091085 or 7591376. OLE color: 7591376.

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

Color convert

RGB208213115-
CMYK0.0200.460.16
HSL63.06º53.85%64.31%-
HSV(B)63.06º46.01%83.53%-
XYZ52.962.2425.44-
YUV200.3379.84133.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 115 (45.31% from 255) = 21.46%
R=38.81%
G=39.74%
B=21.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082131150.0200.460.1663.0653.8564.31
HexD0D573202E103f3640
Octal3203251632056207766100
Binary11010000110101011110011100101110100001111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D573; }

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

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

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

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

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

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

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

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