#D7D262

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

Shades of Goldenrod #D7D262

Tints of Goldenrod #D7D262

Color information

#D7D262 (or 0xD7D262) is unknown color: approx Goldenrod. HEX triplet: D7, D2 and 62. RGB value is (215,210,98). Sum of RGB (Red+Green+Blue) = 215+210+98=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D262 is #282D9D. Grayscale: #C7C7C7. Windows color (decimal): -2633118 or 6476503. OLE color: 6476503.

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

Color convert

RGB21521098-
CMYK00.020.540.16
HSL57.44º59.39%61.37%-
HSV(B)57.44º54.42%84.31%-
XYZ53.2861.4220.6-
YUV198.7371.16139.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 98 (38.67% from 255) = 18.74%
R=41.11%
G=40.15%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152109800.020.540.1657.4459.3961.37
HexD7D262023610393b3d
Octal327322142026620717375
Binary1101011111010010110001001011011010000111001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D262; }

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

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

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

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

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

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

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

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