#D4D861

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

Shades of Goldenrod #D4D861

Tints of Goldenrod #D4D861

Color information

#D4D861 (or 0xD4D861) is unknown color: approx Goldenrod. HEX triplet: D4, D8 and 61. RGB value is (212,216,97). Sum of RGB (Red+Green+Blue) = 212+216+97=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D861 is #2B279E. Grayscale: #C9C9C9. Windows color (decimal): -2828191 or 6412500. OLE color: 6412500.

HSL color Cylindrical-coordinate representation of color #D4D861: hue angle of 62.02º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4D861 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21221697-
CMYK0.0200.550.15
HSL62.02º60.41%61.37%-
HSV(B)62.02º55.09%84.71%-
XYZ53.8663.9720.82-
YUV201.2469.17135.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.38%
GREEN value IS 216 (84.77% from 255) = 41.14%
BLUE value IS 97 (38.28% from 255) = 18.48%
R=40.38%
G=41.14%
B=18.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212216970.0200.550.1562.0260.4161.37
HexD4D8612037F3e3c3d
Octal324330141206717767475
Binary110101001101100011000011001101111111111110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D861; }

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

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

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

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

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

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

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

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