#DAE062

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

Shades of Goldenrod #DAE062

Tints of Goldenrod #DAE062

Color information

#DAE062 (or 0xDAE062) is unknown color: approx Goldenrod. HEX triplet: DA, E0 and 62. RGB value is (218,224,98). Sum of RGB (Red+Green+Blue) = 218+224+98=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 98 (38.67% from 255 or 18.15% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE062 is #251F9D. Grayscale: #D0D0D0. Windows color (decimal): -2432926 or 6480090. OLE color: 6480090.

HSL color Cylindrical-coordinate representation of color #DAE062: hue angle of 62.86º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAE062 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB21822498-
CMYK0.0300.560.12
HSL62.86º67.02%63.14%-
HSV(B)62.86º56.25%87.84%-
XYZ57.7769.121.85-
YUV207.8466.01135.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 224 (87.89% from 255) = 41.48%
BLUE value IS 98 (38.67% from 255) = 18.15%
R=40.37%
G=41.48%
B=18.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218224980.0300.560.1262.8667.0263.14
HexDAE0623038C3f433f
Octal3323401423070147710377
Binary1101101011100000110001011011100011001111111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE062; }

 p { color: rgb(218,224,98); }

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

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

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

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

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

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

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