#DAD87D

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

Shades of Goldenrod #DAD87D

Tints of Goldenrod #DAD87D

Color information

#DAD87D (or 0xDAD87D) is unknown color: approx Goldenrod. HEX triplet: DA, D8 and 7D. RGB value is (218,216,125). Sum of RGB (Red+Green+Blue) = 218+216+125=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD87D is #252782. Grayscale: #CECECE. Windows color (decimal): -2434947 or 8247514. OLE color: 8247514.

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

Color convert

RGB218216125-
CMYK00.010.430.15
HSL58.71º55.69%67.25%-
HSV(B)58.71º42.66%85.49%-
XYZ57.1765.529.03-
YUV206.2282.16136.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 125 (49.22% from 255) = 22.36%
R=39.00%
G=38.64%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821612500.010.430.1558.7155.6967.25
HexDAD87D012BF3b3843
Octal3323301750153177370103
Binary110110101101100011111010110101111111110111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD87D; }

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

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

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

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

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

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

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

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