#DAE17B

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

Shades of Goldenrod #DAE17B

Tints of Goldenrod #DAE17B

Color information

#DAE17B (or 0xDAE17B) is unknown color: approx Goldenrod. HEX triplet: DA, E1 and 7B. RGB value is (218,225,123). Sum of RGB (Red+Green+Blue) = 218+225+123=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE17B is #251E84. Grayscale: #D3D3D3. Windows color (decimal): -2432645 or 8118746. OLE color: 8118746.

HSL color Cylindrical-coordinate representation of color #DAE17B: hue angle of 64.12º 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 #DAE17B is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB218225123-
CMYK0.0300.450.12
HSL64.12º62.96%68.24%-
HSV(B)64.12º45.33%88.24%-
XYZ59.4170.1929.15-
YUV211.2878.18132.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 123 (48.44% from 255) = 21.73%
R=38.52%
G=39.75%
B=21.73%

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
Decimal2182251230.0300.450.1264.1262.9668.24
HexDAE17B302DC403f44
Octal33234117330551410077104
Binary11011010111000011111011110101101110010000001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE17B; }

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

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

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

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

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

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

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

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