#DAD981

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

Shades of Goldenrod #DAD981

Tints of Goldenrod #DAD981

Color information

#DAD981 (or 0xDAD981) is unknown color: approx Goldenrod. HEX triplet: DA, D9 and 81. RGB value is (218,217,129). Sum of RGB (Red+Green+Blue) = 218+217+129=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD981 is #25267E. Grayscale: #CFCFCF. Windows color (decimal): -2434687 or 8509914. OLE color: 8509914.

HSL color Cylindrical-coordinate representation of color #DAD981: hue angle of 59.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAD981 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218217129-
CMYK00.000.410.15
HSL59.33º54.6%68.04%-
HSV(B)59.33º40.83%85.49%-
XYZ57.6966.1230.49-
YUV207.2783.83135.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 129 (50.78% from 255) = 22.87%
R=38.65%
G=38.48%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821712900.000.410.1559.3354.668.04
HexDAD9810029F3b3744
Octal3323312010051177367104
Binary1101101011011001100000010010100111111110111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD981; }

 p { color: rgb(218,217,129); }

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

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

 a { background-color: rgb(218,217,129); }

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

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

 span { border-color: rgb(218,217,129); }

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