#DAE17F

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

Shades of Goldenrod #DAE17F

Tints of Goldenrod #DAE17F

Color information

#DAE17F (or 0xDAE17F) is unknown color: approx Goldenrod. HEX triplet: DA, E1 and 7F. RGB value is (218,225,127). Sum of RGB (Red+Green+Blue) = 218+225+127=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE17F is #251E80. Grayscale: #D4D4D4. Windows color (decimal): -2432641 or 8380890. OLE color: 8380890.

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

Color convert

RGB218225127-
CMYK0.0300.440.12
HSL64.29º62.03%69.02%-
HSV(B)64.29º43.56%88.24%-
XYZ59.6770.2930.5-
YUV211.7480.18132.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 127 (50% from 255) = 22.28%
R=38.25%
G=39.47%
B=22.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251270.0300.440.1264.2962.0369.02
HexDAE17F302CC403e45
Octal33234117730541410076105
Binary11011010111000011111111110101100110010000001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE17F; }

 p { color: rgb(218,225,127); }

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

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

 a { background-color: rgb(218,225,127); }

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

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

 span { border-color: rgb(218,225,127); }

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