#DAE492

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

Shades of Primrose #DAE492

Tints of Primrose #DAE492

Color information

#DAE492 (or 0xDAE492) is unknown color: approx Primrose. HEX triplet: DA, E4 and 92. RGB value is (218,228,146). Sum of RGB (Red+Green+Blue) = 218+228+146=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE492 is #251B6D. Grayscale: #D7D7D7. Windows color (decimal): -2431854 or 9626842. OLE color: 9626842.

HSL color Cylindrical-coordinate representation of color #DAE492: hue angle of 67.32º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAE492 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB218228146-
CMYK0.0400.360.11
HSL67.32º60.29%73.33%-
HSV(B)67.32º35.96%89.41%-
XYZ61.8572.4737.92-
YUV215.6688.69129.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 228 (89.45% from 255) = 38.51%
BLUE value IS 146 (57.42% from 255) = 24.66%
R=36.82%
G=38.51%
B=24.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281460.0400.360.1167.3260.2973.33
HexDAE4924024B433c49
Octal33234422240441310374111
Binary1101101011100100100100101000100100101110000111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE492; }

 p { color: rgb(218,228,146); }

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

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

 a { background-color: rgb(218,228,146); }

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

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

 span { border-color: rgb(218,228,146); }

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