#D5CE60

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

Shades of Goldenrod #D5CE60

Tints of Goldenrod #D5CE60

Color information

#D5CE60 (or 0xD5CE60) is unknown color: approx Goldenrod. HEX triplet: D5, CE and 60. RGB value is (213,206,96). Sum of RGB (Red+Green+Blue) = 213+206+96=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE60 is #2A319F. Grayscale: #C4C4C4. Windows color (decimal): -2765216 or 6344405. OLE color: 6344405.

HSL color Cylindrical-coordinate representation of color #D5CE60: hue angle of 56.41º 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 #D5CE60 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21320696-
CMYK00.030.550.16
HSL56.41º58.21%60.59%-
HSV(B)56.41º54.93%83.53%-
XYZ51.6259.1319.76-
YUV195.5571.82140.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 18.64%
R=41.36%
G=40%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132069600.030.550.1656.4158.2160.59
HexD5CE60033710383a3d
Octal325316140036720707275
Binary1101010111001110110000001111011110000111000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE60; }

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

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

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

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

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

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

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

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