#DAE172

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

Shades of Goldenrod #DAE172

Tints of Goldenrod #DAE172

Color information

#DAE172 (or 0xDAE172) is unknown color: approx Goldenrod. HEX triplet: DA, E1 and 72. RGB value is (218,225,114). Sum of RGB (Red+Green+Blue) = 218+225+114=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE172 is #251E8D. Grayscale: #D2D2D2. Windows color (decimal): -2432654 or 7528922. OLE color: 7528922.

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

Color convert

RGB218225114-
CMYK0.0300.490.12
HSL63.78º64.91%66.47%-
HSV(B)63.78º49.33%88.24%-
XYZ58.8869.9726.32-
YUV210.2573.68133.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 225 (88.28% from 255) = 40.39%
BLUE value IS 114 (44.92% from 255) = 20.47%
R=39.14%
G=40.39%
B=20.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251140.0300.490.1263.7864.9166.47
HexDAE1723031C404142
Octal332341162306114100101102
Binary110110101110000111100101101100011100100000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE172; }

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

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

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

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

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

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

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

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