#D7DA61

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

Shades of Goldenrod #D7DA61

Tints of Goldenrod #D7DA61

Color information

#D7DA61 (or 0xD7DA61) is unknown color: approx Goldenrod. HEX triplet: D7, DA and 61. RGB value is (215,218,97). Sum of RGB (Red+Green+Blue) = 215+218+97=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DA61 is #28259E. Grayscale: #CBCBCB. Windows color (decimal): -2631071 or 6413015. OLE color: 6413015.

HSL color Cylindrical-coordinate representation of color #D7DA61: hue angle of 61.49º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7DA61 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21521897-
CMYK0.0100.560.15
HSL61.49º62.05%61.76%-
HSV(B)61.49º55.5%85.49%-
XYZ55.2565.4521.03-
YUV203.3168.01136.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 97 (38.28% from 255) = 18.30%
R=40.57%
G=41.13%
B=18.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal215218970.0100.560.1561.4962.0561.76
HexD7DA611038F3d3e3e
Octal327332141107017757676
Binary11010111110110101100001101110001111111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DA61; }

 p { color: rgb(215,218,97); }

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

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

 a { background-color: rgb(215,218,97); }

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

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

 span { border-color: rgb(215,218,97); }

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