#D4D164

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

Shades of Goldenrod #D4D164

Tints of Goldenrod #D4D164

Color information

#D4D164 (or 0xD4D164) is unknown color: approx Goldenrod. HEX triplet: D4, D1 and 64. RGB value is (212,209,100). Sum of RGB (Red+Green+Blue) = 212+209+100=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D164 is #2B2E9B. Grayscale: #C5C5C5. Windows color (decimal): -2829980 or 6607316. OLE color: 6607316.

HSL color Cylindrical-coordinate representation of color #D4D164: hue angle of 58.39º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4D164 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB212209100-
CMYK00.010.530.17
HSL58.39º56.57%61.18%-
HSV(B)58.39º52.83%83.14%-
XYZ52.2560.5220.98-
YUV197.4772.99138.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 100 (39.45% from 255) = 19.19%
R=40.69%
G=40.12%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220910000.010.530.1758.3956.5761.18
HexD4D1640135113a393d
Octal324321144016521727175
Binary110101001101000111001000111010110001111010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D164; }

 p { color: rgb(212,209,100); }

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

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

 a { background-color: rgb(212,209,100); }

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

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

 span { border-color: rgb(212,209,100); }

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