#D4D561

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

Shades of Goldenrod #D4D561

Tints of Goldenrod #D4D561

Color information

#D4D561 (or 0xD4D561) is unknown color: approx Goldenrod. HEX triplet: D4, D5 and 61. RGB value is (212,213,97). Sum of RGB (Red+Green+Blue) = 212+213+97=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D561 is #2B2A9E. Grayscale: #C7C7C7. Windows color (decimal): -2828959 or 6411732. OLE color: 6411732.

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

Color convert

RGB21221397-
CMYK0.0000.540.16
HSL60.52º58%60.78%-
HSV(B)60.52º54.46%83.53%-
XYZ53.162.4520.56-
YUV199.4870.17136.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 97 (38.28% from 255) = 18.58%
R=40.61%
G=40.80%
B=18.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212213970.0000.540.1660.525860.78
HexD4D5610036103d3a3d
Octal324325141006620757275
Binary110101001101010111000010011011010000111101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D561; }

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

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

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

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

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

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

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

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