#D4D56E

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

Shades of Goldenrod #D4D56E

Tints of Goldenrod #D4D56E

Color information

#D4D56E (or 0xD4D56E) is unknown color: approx Goldenrod. HEX triplet: D4, D5 and 6E. RGB value is (212,213,110). Sum of RGB (Red+Green+Blue) = 212+213+110=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D56E is #2B2A91. Grayscale: #C9C9C9. Windows color (decimal): -2828946 or 7263700. OLE color: 7263700.

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

Color convert

RGB212213110-
CMYK0.0000.480.16
HSL60.58º55.08%63.33%-
HSV(B)60.58º48.36%83.53%-
XYZ53.7662.7124.02-
YUV200.9676.67135.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 110 (43.36% from 255) = 20.56%
R=39.63%
G=39.81%
B=20.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131100.0000.480.1660.5855.0863.33
HexD4D56E0030103d373f
Octal324325156006020756777
Binary110101001101010111011100011000010000111101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D56E; }

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

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

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

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

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

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

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

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