#DADA78

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

Shades of Goldenrod #DADA78

Tints of Goldenrod #DADA78

Color information

#DADA78 (or 0xDADA78) is unknown color: approx Goldenrod. HEX triplet: DA, DA and 78. RGB value is (218,218,120). Sum of RGB (Red+Green+Blue) = 218+218+120=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA78 is #252587. Grayscale: #CFCFCF. Windows color (decimal): -2434440 or 7920346. OLE color: 7920346.

HSL color Cylindrical-coordinate representation of color #DADA78: hue angle of 60º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DADA78 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB218218120-
CMYK000.450.15
HSL60º56.98%66.27%-
HSV(B)60º44.95%85.49%-
XYZ57.3866.427.56-
YUV206.8379135.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 218 (85.55% from 255) = 39.21%
BLUE value IS 120 (47.27% from 255) = 21.58%
R=39.21%
G=39.21%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218120000.450.156056.9866.27
HexDADA78002DF3c3942
Octal3323321700055177471102
Binary110110101101101011110000010110111111111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA78; }

 p { color: rgb(218,218,120); }

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

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

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

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

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

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

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