#DAD770

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

Shades of Goldenrod #DAD770

Tints of Goldenrod #DAD770

Color information

#DAD770 (or 0xDAD770) is unknown color: approx Goldenrod. HEX triplet: DA, D7 and 70. RGB value is (218,215,112). Sum of RGB (Red+Green+Blue) = 218+215+112=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD770 is #25288F. Grayscale: #CCCCCC. Windows color (decimal): -2435216 or 7395290. OLE color: 7395290.

HSL color Cylindrical-coordinate representation of color #DAD770: hue angle of 58.3º 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 #DAD770 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB218215112-
CMYK00.010.490.15
HSL58.3º58.89%64.71%-
HSV(B)58.3º48.62%85.49%-
XYZ56.1464.6824.85-
YUV204.1675.99137.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 215 (84.38% from 255) = 39.45%
BLUE value IS 112 (44.14% from 255) = 20.55%
R=40%
G=39.45%
B=20.55%

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
Decimal21821511200.010.490.1558.358.8964.71
HexDAD7700131F3a3b41
Octal3323271600161177273101
Binary110110101101011111100000111000111111110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD770; }

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

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

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

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

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

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

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

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