#DAE588

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

Shades of Primrose #DAE588

Tints of Primrose #DAE588

Color information

#DAE588 (or 0xDAE588) is unknown color: approx Primrose. HEX triplet: DA, E5 and 88. RGB value is (218,229,136). Sum of RGB (Red+Green+Blue) = 218+229+136=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE588 is #251A77. Grayscale: #D7D7D7. Windows color (decimal): -2431608 or 8971738. OLE color: 8971738.

HSL color Cylindrical-coordinate representation of color #DAE588: hue angle of 67.1º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAE588 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB218229136-
CMYK0.0500.410.10
HSL67.1º64.14%71.57%-
HSV(B)67.1º40.61%89.8%-
XYZ61.3872.7234.09-
YUV215.1183.36130.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 229 (89.84% from 255) = 39.28%
BLUE value IS 136 (53.52% from 255) = 23.33%
R=37.39%
G=39.28%
B=23.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291360.0500.410.1067.164.1471.57
HexDAE5885029A434048
Octal332345210505112103100110
Binary11011010111001011000100010101010011010100001110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE588; }

 p { color: rgb(218,229,136); }

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

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

 a { background-color: rgb(218,229,136); }

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

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

 span { border-color: rgb(218,229,136); }

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