#DAE184

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

Shades of Primrose #DAE184

Tints of Primrose #DAE184

Color information

#DAE184 (or 0xDAE184) is unknown color: approx Primrose. HEX triplet: DA, E1 and 84. RGB value is (218,225,132). Sum of RGB (Red+Green+Blue) = 218+225+132=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE184 is #251E7B. Grayscale: #D4D4D4. Windows color (decimal): -2432636 or 8708570. OLE color: 8708570.

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

Color convert

RGB218225132-
CMYK0.0300.410.12
HSL64.52º60.78%70%-
HSV(B)64.52º41.33%88.24%-
XYZ6070.4232.26-
YUV212.382.68132.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 132 (51.95% from 255) = 22.96%
R=37.91%
G=39.13%
B=22.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251320.0300.410.1264.5260.7870
HexDAE1843029C413d46
Octal33234120430511410175106
Binary110110101110000110000100110101001110010000011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE184; }

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

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

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

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

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

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

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

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