#DFE491

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

Shades of Primrose #DFE491

Tints of Primrose #DFE491

Color information

#DFE491 (or 0xDFE491) is unknown color: approx Primrose. HEX triplet: DF, E4 and 91. RGB value is (223,228,145). Sum of RGB (Red+Green+Blue) = 223+228+145=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE491 is #201B6E. Grayscale: #D9D9D9. Windows color (decimal): -2104175 or 9561311. OLE color: 9561311.

HSL color Cylindrical-coordinate representation of color #DFE491: hue angle of 63.61º degrees, saturation: 0.61, 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 #DFE491 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB223228145-
CMYK0.0200.360.11
HSL63.61º60.58%73.14%-
HSV(B)63.61º36.4%89.41%-
XYZ63.2973.2237.59-
YUV217.0487.34132.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 228 (89.45% from 255) = 38.26%
BLUE value IS 145 (57.03% from 255) = 24.33%
R=37.42%
G=38.26%
B=24.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232281450.0200.360.1163.6160.5873.14
HexDFE4912024B403d49
Octal33734422120441310075111
Binary110111111110010010010001100100100101110000001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE491; }

 p { color: rgb(223,228,145); }

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

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

 a { background-color: rgb(223,228,145); }

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

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

 span { border-color: rgb(223,228,145); }

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