#D4D564

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

Shades of Goldenrod #D4D564

Tints of Goldenrod #D4D564

Color information

#D4D564 (or 0xD4D564) is unknown color: approx Goldenrod. HEX triplet: D4, D5 and 64. RGB value is (212,213,100). Sum of RGB (Red+Green+Blue) = 212+213+100=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D564 is #2B2A9B. Grayscale: #C8C8C8. Windows color (decimal): -2828956 or 6608340. OLE color: 6608340.

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

Color convert

RGB212213100-
CMYK0.0000.530.16
HSL60.53º57.36%61.37%-
HSV(B)60.53º53.05%83.53%-
XYZ53.2562.5121.32-
YUV199.8271.67136.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.38%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 100 (39.45% from 255) = 19.05%
R=40.38%
G=40.57%
B=19.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131000.0000.530.1660.5357.3661.37
HexD4D5640035103d393d
Octal324325144006520757175
Binary110101001101010111001000011010110000111101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D564; }

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

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

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

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

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

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

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

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