#D5D974

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

Shades of Goldenrod #D5D974

Tints of Goldenrod #D5D974

Color information

#D5D974 (or 0xD5D974) is unknown color: approx Goldenrod. HEX triplet: D5, D9 and 74. RGB value is (213,217,116). Sum of RGB (Red+Green+Blue) = 213+217+116=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D974 is #2A268B. Grayscale: #CCCCCC. Windows color (decimal): -2762380 or 7657941. OLE color: 7657941.

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

Color convert

RGB213217116-
CMYK0.0200.470.15
HSL62.38º57.06%65.29%-
HSV(B)62.38º46.54%85.1%-
XYZ55.4165.0326.16-
YUV204.2978.17134.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 217 (85.16% from 255) = 39.74%
BLUE value IS 116 (45.70% from 255) = 21.25%
R=39.01%
G=39.74%
B=21.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132171160.0200.470.1562.3857.0665.29
HexD5D974202FF3e3941
Octal3253311642057177671101
Binary1101010111011001111010010010111111111111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D974; }

 p { color: rgb(213,217,116); }

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

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

 a { background-color: rgb(213,217,116); }

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

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

 span { border-color: rgb(213,217,116); }

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