#D7D67C

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

Shades of Goldenrod #D7D67C

Tints of Goldenrod #D7D67C

Color information

#D7D67C (or 0xD7D67C) is unknown color: approx Goldenrod. HEX triplet: D7, D6 and 7C. RGB value is (215,214,124). Sum of RGB (Red+Green+Blue) = 215+214+124=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D67C is #282983. Grayscale: #CCCCCC. Windows color (decimal): -2632068 or 8181463. OLE color: 8181463.

HSL color Cylindrical-coordinate representation of color #D7D67C: hue angle of 59.34º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7D67C is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB215214124-
CMYK00.000.420.16
HSL59.34º53.22%66.47%-
HSV(B)59.34º42.33%84.31%-
XYZ55.716428.48-
YUV204.0482.83135.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 124 (48.83% from 255) = 22.42%
R=38.88%
G=38.70%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521412400.000.420.1659.3453.2266.47
HexD7D67C002A103b3542
Octal3273261740052207365102
Binary1101011111010110111110000101010100001110111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D67C; }

 p { color: rgb(215,214,124); }

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

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

 a { background-color: rgb(215,214,124); }

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

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

 span { border-color: rgb(215,214,124); }

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