#DAE17C

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

Shades of Goldenrod #DAE17C

Tints of Goldenrod #DAE17C

Color information

#DAE17C (or 0xDAE17C) is unknown color: approx Goldenrod. HEX triplet: DA, E1 and 7C. RGB value is (218,225,124). Sum of RGB (Red+Green+Blue) = 218+225+124=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE17C is #251E83. Grayscale: #D3D3D3. Windows color (decimal): -2432644 or 8184282. OLE color: 8184282.

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

Color convert

RGB218225124-
CMYK0.0300.450.12
HSL64.16º62.73%68.43%-
HSV(B)64.16º44.89%88.24%-
XYZ59.4870.2129.49-
YUV211.3978.68132.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 225 (88.28% from 255) = 39.68%
BLUE value IS 124 (48.83% from 255) = 21.87%
R=38.45%
G=39.68%
B=21.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251240.0300.450.1264.1662.7368.43
HexDAE17C302DC403f44
Octal33234117430551410077104
Binary11011010111000011111100110101101110010000001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE17C; }

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

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

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

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

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

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

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

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