#DFE592

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

Shades of Primrose #DFE592

Tints of Primrose #DFE592

Color information

#DFE592 (or 0xDFE592) is unknown color: approx Primrose. HEX triplet: DF, E5 and 92. RGB value is (223,229,146). Sum of RGB (Red+Green+Blue) = 223+229+146=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE592 is #201A6D. Grayscale: #DADADA. Windows color (decimal): -2103918 or 9627103. OLE color: 9627103.

HSL color Cylindrical-coordinate representation of color #DFE592: hue angle of 64.34º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFE592 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB223229146-
CMYK0.0300.360.10
HSL64.34º61.48%73.53%-
HSV(B)64.34º36.24%89.8%-
XYZ63.6473.838.09-
YUV217.7487.51131.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 229 (89.84% from 255) = 38.29%
BLUE value IS 146 (57.42% from 255) = 24.41%
R=37.29%
G=38.29%
B=24.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232291460.0300.360.1064.3461.4873.53
HexDFE5923024A403d4a
Octal33734522230441210075112
Binary110111111110010110010010110100100101010000001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE592; }

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

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

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

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

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

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

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

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