#D4D361

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

Shades of Goldenrod #D4D361

Tints of Goldenrod #D4D361

Color information

#D4D361 (or 0xD4D361) is unknown color: approx Goldenrod. HEX triplet: D4, D3 and 61. RGB value is (212,211,97). Sum of RGB (Red+Green+Blue) = 212+211+97=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D361 is #2B2C9E. Grayscale: #C6C6C6. Windows color (decimal): -2829471 or 6411220. OLE color: 6411220.

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

Color convert

RGB21221197-
CMYK00.000.540.17
HSL59.48º57.21%60.59%-
HSV(B)59.48º54.25%83.14%-
XYZ52.661.4520.4-
YUV198.370.83137.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 211 (82.81% from 255) = 40.58%
BLUE value IS 97 (38.28% from 255) = 18.65%
R=40.77%
G=40.58%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122119700.000.540.1759.4857.2160.59
HexD4D3610036113b393d
Octal324323141006621737175
Binary110101001101001111000010011011010001111011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D361; }

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

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

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

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

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

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

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

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