#DAE097

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

Shades of Primrose #DAE097

Tints of Primrose #DAE097

Color information

#DAE097 (or 0xDAE097) is unknown color: approx Primrose. HEX triplet: DA, E0 and 97. RGB value is (218,224,151). Sum of RGB (Red+Green+Blue) = 218+224+151=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE097 is #251F68. Grayscale: #D6D6D6. Windows color (decimal): -2432873 or 9953498. OLE color: 9953498.

HSL color Cylindrical-coordinate representation of color #DAE097: hue angle of 64.93º degrees, saturation: 0.54, 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 #DAE097 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB218224151-
CMYK0.0300.330.12
HSL64.93º54.07%73.53%-
HSV(B)64.93º32.59%87.84%-
XYZ61.1670.4539.65-
YUV213.8892.51130.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 151 (59.38% from 255) = 25.46%
R=36.76%
G=37.77%
B=25.46%

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
Decimal2182241510.0300.330.1264.9354.0773.53
HexDAE0973021C41364a
Octal33234022730411410166112
Binary110110101110000010010111110100001110010000011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE097; }

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

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

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

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

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

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

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

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