#D4D55E

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

Shades of Goldenrod #D4D55E

Tints of Goldenrod #D4D55E

Color information

#D4D55E (or 0xD4D55E) is unknown color: approx Goldenrod. HEX triplet: D4, D5 and 5E. RGB value is (212,213,94). Sum of RGB (Red+Green+Blue) = 212+213+94=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D55E is #2B2AA1. Grayscale: #C7C7C7. Windows color (decimal): -2828962 or 6215124. OLE color: 6215124.

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

Color convert

RGB21221394-
CMYK0.0000.560.16
HSL60.5º58.62%60.2%-
HSV(B)60.5º55.87%83.53%-
XYZ52.9762.3919.84-
YUV199.1468.67137.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 213 (83.59% from 255) = 41.04%
BLUE value IS 94 (37.11% from 255) = 18.11%
R=40.85%
G=41.04%
B=18.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212213940.0000.560.1660.558.6260.2
HexD4D55E0038103d3b3c
Octal324325136007020757374
Binary110101001101010110111100011100010000111101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D55E; }

 p { color: rgb(212,213,94); }

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

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

 a { background-color: rgb(212,213,94); }

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

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

 span { border-color: rgb(212,213,94); }

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