#DAE190

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

Shades of Primrose #DAE190

Tints of Primrose #DAE190

Color information

#DAE190 (or 0xDAE190) is unknown color: approx Primrose. HEX triplet: DA, E1 and 90. RGB value is (218,225,144). Sum of RGB (Red+Green+Blue) = 218+225+144=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE190 is #251E6F. Grayscale: #D5D5D5. Windows color (decimal): -2432624 or 9495002. OLE color: 9495002.

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

Color convert

RGB218225144-
CMYK0.0300.360.12
HSL65.19º57.45%72.35%-
HSV(B)65.19º36%88.24%-
XYZ60.8770.7736.84-
YUV213.6788.68131.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 225 (88.28% from 255) = 38.33%
BLUE value IS 144 (56.64% from 255) = 24.53%
R=37.14%
G=38.33%
B=24.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251440.0300.360.1265.1957.4572.35
HexDAE1903024C413948
Octal33234122030441410171110
Binary110110101110000110010000110100100110010000011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE190; }

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

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

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

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

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

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

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

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