#D5D961

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

Shades of Goldenrod #D5D961

Tints of Goldenrod #D5D961

Color information

#D5D961 (or 0xD5D961) is unknown color: approx Goldenrod. HEX triplet: D5, D9 and 61. RGB value is (213,217,97). Sum of RGB (Red+Green+Blue) = 213+217+97=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D961 is #2A269E. Grayscale: #CACACA. Windows color (decimal): -2762399 or 6412757. OLE color: 6412757.

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

Color convert

RGB21321797-
CMYK0.0200.550.15
HSL62º61.22%61.57%-
HSV(B)62º55.3%85.1%-
XYZ54.4164.6320.92-
YUV202.1268.67135.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 217 (85.16% from 255) = 41.18%
BLUE value IS 97 (38.28% from 255) = 18.41%
R=40.42%
G=41.18%
B=18.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213217970.0200.550.156261.2261.57
HexD5D9612037F3e3d3e
Octal325331141206717767576
Binary110101011101100111000011001101111111111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D961; }

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

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

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

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

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

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

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

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