#d7df73

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

Shades of Goldenrod #D7DF73

Tints of Goldenrod #D7DF73

Color information

#D7DF73 (or 0xD7DF73) is unknown color: approx Goldenrod. HEX triplet: D7, DF and 73. RGB value is (215,223,115). Sum of RGB (Red+Green+Blue) = 215+223+115=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DF73 is #28208C. Grayscale: #D0D0D0. Windows color (decimal): -2629773 or 7593943. OLE color: 7593943.

HSL color Cylindrical-coordinate representation of color #D7DF73: hue angle of 64.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7DF73 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB215223115-
CMYK0.0400.480.13
HSL64.44º62.79%66.27%-
HSV(B)64.44º48.43%87.45%-
XYZ57.5168.4626.4-
YUV208.375.35132.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 115 (45.31% from 255) = 20.80%
R=38.88%
G=40.33%
B=20.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152231150.0400.480.1364.4462.7966.27
HexD7DF734030D403f42
Octal32733716340601510077102
Binary110101111101111111100111000110000110110000001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7df73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7df73; }

 p { color: rgb(215,223,115); }

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

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

 a { background-color: rgb(215,223,115); }

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

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

 span { border-color: rgb(215,223,115); }

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