#D2DA60

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

Shades of Goldenrod #D2DA60

Tints of Goldenrod #D2DA60

Color information

#D2DA60 (or 0xD2DA60) is unknown color: approx Goldenrod. HEX triplet: D2, DA and 60. RGB value is (210,218,96). Sum of RGB (Red+Green+Blue) = 210+218+96=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA60 is #2D259F. Grayscale: #CACACA. Windows color (decimal): -2958752 or 6347474. OLE color: 6347474.

HSL color Cylindrical-coordinate representation of color #D2DA60: hue angle of 63.93º 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 #D2DA60 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21021896-
CMYK0.0400.560.15
HSL63.93º62.24%61.57%-
HSV(B)63.93º55.96%85.49%-
XYZ53.7664.6920.72-
YUV201.768.35133.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=40.08%
G=41.60%
B=18.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210218960.0400.560.1563.9362.2461.57
HexD2DA604038F403e3e
Octal3223321404070171007676
Binary11010010110110101100000100011100011111000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DA60; }

 p { color: rgb(210,218,96); }

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

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

 a { background-color: rgb(210,218,96); }

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

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

 span { border-color: rgb(210,218,96); }

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