#D0D373

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

Shades of Goldenrod #D0D373

Tints of Goldenrod #D0D373

Color information

#D0D373 (or 0xD0D373) is unknown color: approx Goldenrod. HEX triplet: D0, D3 and 73. RGB value is (208,211,115). Sum of RGB (Red+Green+Blue) = 208+211+115=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D373 is #2F2C8C. Grayscale: #C7C7C7. Windows color (decimal): -3091597 or 7590864. OLE color: 7590864.

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

Color convert

RGB208211115-
CMYK0.0100.450.17
HSL61.88º52.17%63.92%-
HSV(B)61.88º45.5%82.75%-
XYZ52.461.2425.28-
YUV199.1680.51134.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 211 (82.81% from 255) = 39.51%
BLUE value IS 115 (45.31% from 255) = 21.54%
R=38.95%
G=39.51%
B=21.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082111150.0100.450.1761.8852.1763.92
HexD0D373102D113e3440
Octal3203231631055217664100
Binary1101000011010011111001110101101100011111101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D373; }

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

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

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

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

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

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

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

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