#DAD761

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

Shades of Goldenrod #DAD761

Tints of Goldenrod #DAD761

Color information

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

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

Color convert

RGB21821597-
CMYK00.010.560.15
HSL58.51º62.05%61.76%-
HSV(B)58.51º55.5%85.49%-
XYZ55.3764.3720.82-
YUV202.4468.49139.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182159700.010.560.1558.5162.0561.76
HexDAD7610138F3b3e3e
Octal332327141017017737676
Binary11011010110101111100001011110001111111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD761; }

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

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

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

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

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

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

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

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