#DFE392

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

Shades of Primrose #DFE392

Tints of Primrose #DFE392

Color information

#DFE392 (or 0xDFE392) is unknown color: approx Primrose. HEX triplet: DF, E3 and 92. RGB value is (223,227,146). Sum of RGB (Red+Green+Blue) = 223+227+146=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE392 is #201C6D. Grayscale: #D8D8D8. Windows color (decimal): -2104430 or 9626591. OLE color: 9626591.

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

Color convert

RGB223227146-
CMYK0.0200.360.11
HSL62.96º59.12%73.14%-
HSV(B)62.96º35.68%89.02%-
XYZ63.0972.737.9-
YUV216.5788.17132.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 227 (89.06% from 255) = 38.09%
BLUE value IS 146 (57.42% from 255) = 24.50%
R=37.42%
G=38.09%
B=24.50%

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
Decimal2232271460.0200.360.1162.9659.1273.14
HexDFE3922024B3f3b49
Octal3373432222044137773111
Binary11011111111000111001001010010010010111111111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE392; }

 p { color: rgb(223,227,146); }

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

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

 a { background-color: rgb(223,227,146); }

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

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

 span { border-color: rgb(223,227,146); }

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