#DADE64

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

Shades of Goldenrod #DADE64

Tints of Goldenrod #DADE64

Color information

#DADE64 (or 0xDADE64) is unknown color: approx Goldenrod. HEX triplet: DA, DE and 64. RGB value is (218,222,100). Sum of RGB (Red+Green+Blue) = 218+222+100=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE64 is #25219B. Grayscale: #CFCFCF. Windows color (decimal): -2433436 or 6610650. OLE color: 6610650.

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

Color convert

RGB218222100-
CMYK0.0200.550.13
HSL61.97º64.89%63.14%-
HSV(B)61.97º54.95%87.06%-
XYZ57.3368.0722.17-
YUV206.967.67135.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 222 (87.11% from 255) = 41.11%
BLUE value IS 100 (39.45% from 255) = 18.52%
R=40.37%
G=41.11%
B=18.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221000.0200.550.1361.9764.8963.14
HexDADE642037D3e413f
Octal3323361442067157610177
Binary1101101011011110110010010011011111011111101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADE64; }

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

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

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

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

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

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

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

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