#DAD76A

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

Shades of Goldenrod #DAD76A

Tints of Goldenrod #DAD76A

Color information

#DAD76A (or 0xDAD76A) is unknown color: approx Goldenrod. HEX triplet: DA, D7 and 6A. RGB value is (218,215,106). Sum of RGB (Red+Green+Blue) = 218+215+106=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD76A is #252895. Grayscale: #CBCBCB. Windows color (decimal): -2435222 or 7002074. OLE color: 7002074.

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

Color convert

RGB218215106-
CMYK00.010.510.15
HSL58.39º60.22%63.53%-
HSV(B)58.39º51.38%85.49%-
XYZ55.8264.5523.15-
YUV203.4772.99138.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 215 (84.38% from 255) = 39.89%
BLUE value IS 106 (41.80% from 255) = 19.67%
R=40.45%
G=39.89%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821510600.010.510.1558.3960.2263.53
HexDAD76A0133F3a3c40
Octal3323271520163177274100
Binary110110101101011111010100111001111111110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD76A; }

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

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

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

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

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

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

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

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