#DAE197

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

Shades of Primrose #DAE197

Tints of Primrose #DAE197

Color information

#DAE197 (or 0xDAE197) is unknown color: approx Primrose. HEX triplet: DA, E1 and 97. RGB value is (218,225,151). Sum of RGB (Red+Green+Blue) = 218+225+151=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE197 is #251E68. Grayscale: #D6D6D6. Windows color (decimal): -2432617 or 9953754. OLE color: 9953754.

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

Color convert

RGB218225151-
CMYK0.0300.330.12
HSL65.68º55.22%73.73%-
HSV(B)65.68º32.89%88.24%-
XYZ61.4270.9939.74-
YUV214.4792.18130.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 151 (59.38% from 255) = 25.42%
R=36.70%
G=37.88%
B=25.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251510.0300.330.1265.6855.2273.73
HexDAE1973021C42374a
Octal33234122730411410267112
Binary110110101110000110010111110100001110010000101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE197; }

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

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

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

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

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

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

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

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