#DAD76D

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

Shades of Goldenrod #DAD76D

Tints of Goldenrod #DAD76D

Color information

#DAD76D (or 0xDAD76D) is unknown color: approx Goldenrod. HEX triplet: DA, D7 and 6D. RGB value is (218,215,109). Sum of RGB (Red+Green+Blue) = 218+215+109=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD76D is #252892. Grayscale: #CCCCCC. Windows color (decimal): -2435219 or 7198682. OLE color: 7198682.

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

Color convert

RGB218215109-
CMYK00.010.50.15
HSL58.35º59.56%64.12%-
HSV(B)58.35º50%85.49%-
XYZ55.9764.6123.99-
YUV203.8174.49138.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 215 (84.38% from 255) = 39.67%
BLUE value IS 109 (42.97% from 255) = 20.11%
R=40.22%
G=39.67%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821510900.010.50.1558.3559.5664.12
HexDAD76D0132F3a3c40
Octal3323271550162177274100
Binary110110101101011111011010111001011111110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD76D; }

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

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

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

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

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

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

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

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