#DADE77

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

Shades of Goldenrod #DADE77

Tints of Goldenrod #DADE77

Color information

#DADE77 (or 0xDADE77) is unknown color: approx Goldenrod. HEX triplet: DA, DE and 77. RGB value is (218,222,119). Sum of RGB (Red+Green+Blue) = 218+222+119=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE77 is #252188. Grayscale: #D1D1D1. Windows color (decimal): -2433417 or 7855834. OLE color: 7855834.

HSL color Cylindrical-coordinate representation of color #DADE77: hue angle of 62.33º 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 #DADE77 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB218222119-
CMYK0.0200.460.13
HSL62.33º60.95%66.86%-
HSV(B)62.33º46.4%87.06%-
XYZ58.3668.4827.59-
YUV209.0677.17134.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 222 (87.11% from 255) = 39.71%
BLUE value IS 119 (46.88% from 255) = 21.29%
R=39.00%
G=39.71%
B=21.29%

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
Decimal2182221190.0200.460.1362.3360.9566.86
HexDADE77202ED3e3d43
Octal3323361672056157675103
Binary1101101011011110111011110010111011011111101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADE77; }

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

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

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

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

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

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

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

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