#D5CD60

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

Shades of Goldenrod #D5CD60

Tints of Goldenrod #D5CD60

Color information

#D5CD60 (or 0xD5CD60) is unknown color: approx Goldenrod. HEX triplet: D5, CD and 60. RGB value is (213,205,96). Sum of RGB (Red+Green+Blue) = 213+205+96=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD60 is #2A329F. Grayscale: #C3C3C3. Windows color (decimal): -2765472 or 6344149. OLE color: 6344149.

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

Color convert

RGB21320596-
CMYK00.040.550.16
HSL55.9º58.21%60.59%-
HSV(B)55.9º54.93%83.53%-
XYZ51.3858.6519.68-
YUV194.9772.15140.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 96 (37.89% from 255) = 18.68%
R=41.44%
G=39.88%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132059600.040.550.1655.958.2160.59
HexD5CD60043710383a3d
Octal325315140046720707275
Binary11010101110011011100000010011011110000111000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CD60; }

 p { color: rgb(213,205,96); }

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

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

 a { background-color: rgb(213,205,96); }

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

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

 span { border-color: rgb(213,205,96); }

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