#DADE78

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

Shades of Goldenrod #DADE78

Tints of Goldenrod #DADE78

Color information

#DADE78 (or 0xDADE78) is unknown color: approx Goldenrod. HEX triplet: DA, DE and 78. RGB value is (218,222,120). Sum of RGB (Red+Green+Blue) = 218+222+120=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE78 is #252187. Grayscale: #D1D1D1. Windows color (decimal): -2433416 or 7921370. OLE color: 7921370.

HSL color Cylindrical-coordinate representation of color #DADE78: hue angle of 62.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DADE78 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB218222120-
CMYK0.0200.460.13
HSL62.35º60.71%67.06%-
HSV(B)62.35º45.95%87.06%-
XYZ58.4268.527.91-
YUV209.1877.67134.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 222 (87.11% from 255) = 39.64%
BLUE value IS 120 (47.27% from 255) = 21.43%
R=38.93%
G=39.64%
B=21.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221200.0200.460.1362.3560.7167.06
HexDADE78202ED3e3d43
Octal3323361702056157675103
Binary1101101011011110111100010010111011011111101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADE78; }

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

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

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

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

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

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

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

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