#DAD873

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

Shades of Goldenrod #DAD873

Tints of Goldenrod #DAD873

Color information

#DAD873 (or 0xDAD873) is unknown color: approx Goldenrod. HEX triplet: DA, D8 and 73. RGB value is (218,216,115). Sum of RGB (Red+Green+Blue) = 218+216+115=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD873 is #25278C. Grayscale: #CDCDCD. Windows color (decimal): -2434957 or 7592154. OLE color: 7592154.

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

Color convert

RGB218216115-
CMYK00.010.470.15
HSL58.83º58.19%65.29%-
HSV(B)58.83º47.25%85.49%-
XYZ56.5665.2525.83-
YUV205.0877.16137.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 216 (84.77% from 255) = 39.34%
BLUE value IS 115 (45.31% from 255) = 20.95%
R=39.71%
G=39.34%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821611500.010.470.1558.8358.1965.29
HexDAD873012FF3b3a41
Octal3323301630157177372101
Binary110110101101100011100110110111111111110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD873; }

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

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

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

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

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

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

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

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