#DAE26D

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

Shades of Goldenrod #DAE26D

Tints of Goldenrod #DAE26D

Color information

#DAE26D (or 0xDAE26D) is unknown color: approx Goldenrod. HEX triplet: DA, E2 and 6D. RGB value is (218,226,109). Sum of RGB (Red+Green+Blue) = 218+226+109=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE26D is #251D92. Grayscale: #D2D2D2. Windows color (decimal): -2432403 or 7201498. OLE color: 7201498.

HSL color Cylindrical-coordinate representation of color #DAE26D: hue angle of 64.1º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAE26D is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB218226109-
CMYK0.0400.520.11
HSL64.1º66.86%65.69%-
HSV(B)64.1º51.77%88.63%-
XYZ58.8770.424.95-
YUV210.2770.85133.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 226 (88.67% from 255) = 40.87%
BLUE value IS 109 (42.97% from 255) = 19.71%
R=39.42%
G=40.87%
B=19.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182261090.0400.520.1164.166.8665.69
HexDAE26D4034B404342
Octal332342155406413100103102
Binary1101101011100010110110110001101001011100000010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE26D; }

 p { color: rgb(218,226,109); }

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

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

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

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

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

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

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