#D7D264

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

Shades of Goldenrod #D7D264

Tints of Goldenrod #D7D264

Color information

#D7D264 (or 0xD7D264) is unknown color: approx Goldenrod. HEX triplet: D7, D2 and 64. RGB value is (215,210,100). Sum of RGB (Red+Green+Blue) = 215+210+100=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D264 is #282D9B. Grayscale: #C7C7C7. Windows color (decimal): -2633116 or 6607575. OLE color: 6607575.

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

Color convert

RGB215210100-
CMYK00.020.530.16
HSL57.39º58.97%61.76%-
HSV(B)57.39º53.49%84.31%-
XYZ53.3761.4621.11-
YUV198.9672.16139.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 100 (39.45% from 255) = 19.05%
R=40.95%
G=40%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521010000.020.530.1657.3958.9761.76
HexD7D264023510393b3e
Octal327322144026520717376
Binary1101011111010010110010001011010110000111001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D264; }

 p { color: rgb(215,210,100); }

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

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

 a { background-color: rgb(215,210,100); }

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

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

 span { border-color: rgb(215,210,100); }

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