#DAD86F

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

Shades of Goldenrod #DAD86F

Tints of Goldenrod #DAD86F

Color information

#DAD86F (or 0xDAD86F) is unknown color: approx Goldenrod. HEX triplet: DA, D8 and 6F. RGB value is (218,216,111). Sum of RGB (Red+Green+Blue) = 218+216+111=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD86F is #252790. Grayscale: #CDCDCD. Windows color (decimal): -2434961 or 7330010. OLE color: 7330010.

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

Color convert

RGB218216111-
CMYK00.010.490.15
HSL58.88º59.12%64.51%-
HSV(B)58.88º49.08%85.49%-
XYZ56.3465.1624.65-
YUV204.6375.16137.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 111 (43.75% from 255) = 20.37%
R=40%
G=39.63%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821611100.010.490.1558.8859.1264.51
HexDAD86F0131F3b3b41
Octal3323301570161177373101
Binary110110101101100011011110111000111111110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD86F; }

 p { color: rgb(218,216,111); }

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

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

 a { background-color: rgb(218,216,111); }

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

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

 span { border-color: rgb(218,216,111); }

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