#d4d562

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

Shades of Goldenrod #D4D562

Tints of Goldenrod #D4D562

Color information

#D4D562 (or 0xD4D562) is unknown color: approx Goldenrod. HEX triplet: D4, D5 and 62. RGB value is (212,213,98). Sum of RGB (Red+Green+Blue) = 212+213+98=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D562 is #2B2A9D. Grayscale: #C8C8C8. Windows color (decimal): -2828958 or 6477268. OLE color: 6477268.

HSL color Cylindrical-coordinate representation of color #D4D562: 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 #D4D562 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21221398-
CMYK0.0000.540.16
HSL60.52º57.79%60.98%-
HSV(B)60.52º53.99%83.53%-
XYZ53.1562.4720.81-
YUV199.5970.67136.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 98 (38.67% from 255) = 18.74%
R=40.54%
G=40.73%
B=18.74%

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
Decimal212213980.0000.540.1660.5257.7960.98
HexD4D5620036103d3a3d
Octal324325142006620757275
Binary110101001101010111000100011011010000111101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4d562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4d562; }

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

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

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

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

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

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

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

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