#DAE270

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

Shades of Goldenrod #DAE270

Tints of Goldenrod #DAE270

Color information

#DAE270 (or 0xDAE270) is unknown color: approx Goldenrod. HEX triplet: DA, E2 and 70. RGB value is (218,226,112). Sum of RGB (Red+Green+Blue) = 218+226+112=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE270 is #251D8F. Grayscale: #D3D3D3. Windows color (decimal): -2432400 or 7398106. OLE color: 7398106.

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

Color convert

RGB218226112-
CMYK0.0400.500.11
HSL64.21º66.28%66.27%-
HSV(B)64.21º50.44%88.63%-
XYZ59.0370.4725.82-
YUV210.6172.35133.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 226 (88.67% from 255) = 40.65%
BLUE value IS 112 (44.14% from 255) = 20.14%
R=39.21%
G=40.65%
B=20.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182261120.0400.500.1164.2166.2866.27
HexDAE2704032B404242
Octal332342160406213100102102
Binary1101101011100010111000010001100101011100000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE270; }

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

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

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

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

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

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

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

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