#d7d870

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

Shades of Goldenrod #D7D870

Tints of Goldenrod #D7D870

Color information

#D7D870 (or 0xD7D870) is unknown color: approx Goldenrod. HEX triplet: D7, D8 and 70. RGB value is (215,216,112). Sum of RGB (Red+Green+Blue) = 215+216+112=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D870 is #28278F. Grayscale: #CCCCCC. Windows color (decimal): -2631568 or 7395543. OLE color: 7395543.

HSL color Cylindrical-coordinate representation of color #D7D870: hue angle of 60.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7D870 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB215216112-
CMYK0.0000.480.15
HSL60.58º57.14%64.31%-
HSV(B)60.58º48.15%84.71%-
XYZ55.564.7324.9-
YUV203.8476.17135.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.59%
GREEN value IS 216 (84.77% from 255) = 39.78%
BLUE value IS 112 (44.14% from 255) = 20.63%
R=39.59%
G=39.78%
B=20.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152161120.0000.480.1560.5857.1464.31
HexD7D8700030F3d3940
Octal3273301600060177571100
Binary110101111101100011100000011000011111111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7d870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7d870; }

 p { color: rgb(215,216,112); }

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

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

 a { background-color: rgb(215,216,112); }

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

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

 span { border-color: rgb(215,216,112); }

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