#DAE088

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

Shades of Primrose #DAE088

Tints of Primrose #DAE088

Color information

#DAE088 (or 0xDAE088) is unknown color: approx Primrose. HEX triplet: DA, E0 and 88. RGB value is (218,224,136). Sum of RGB (Red+Green+Blue) = 218+224+136=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE088 is #251F77. Grayscale: #D4D4D4. Windows color (decimal): -2432888 or 8970458. OLE color: 8970458.

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

Color convert

RGB218224136-
CMYK0.0300.390.12
HSL64.09º58.67%70.59%-
HSV(B)64.09º39.29%87.84%-
XYZ60.0169.9933.64-
YUV212.1785.01132.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 224 (87.89% from 255) = 38.75%
BLUE value IS 136 (53.52% from 255) = 23.53%
R=37.72%
G=38.75%
B=23.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182241360.0300.390.1264.0958.6770.59
HexDAE0883027C403b47
Octal33234021030471410073107
Binary110110101110000010001000110100111110010000001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE088; }

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

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

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

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

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

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

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

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