#D7E071

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

Shades of Goldenrod #D7E071

Tints of Goldenrod #D7E071

Color information

#D7E071 (or 0xD7E071) is unknown color: approx Goldenrod. HEX triplet: D7, E0 and 71. RGB value is (215,224,113). Sum of RGB (Red+Green+Blue) = 215+224+113=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E071 is #281F8E. Grayscale: #D1D1D1. Windows color (decimal): -2629519 or 7463127. OLE color: 7463127.

HSL color Cylindrical-coordinate representation of color #D7E071: hue angle of 64.86º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7E071 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB215224113-
CMYK0.0400.500.12
HSL64.86º64.16%66.08%-
HSV(B)64.86º49.55%87.84%-
XYZ57.6668.9525.89-
YUV208.6674.02132.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 113 (44.53% from 255) = 20.47%
R=38.95%
G=40.58%
B=20.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152241130.0400.500.1264.8664.1666.08
HexD7E0714032C414042
Octal327340161406214101100102
Binary1101011111100000111000110001100101100100000110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E071; }

 p { color: rgb(215,224,113); }

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

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

 a { background-color: rgb(215,224,113); }

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

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

 span { border-color: rgb(215,224,113); }

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