#DFE28F

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

Shades of Primrose #DFE28F

Tints of Primrose #DFE28F

Color information

#DFE28F (or 0xDFE28F) is unknown color: approx Primrose. HEX triplet: DF, E2 and 8F. RGB value is (223,226,143). Sum of RGB (Red+Green+Blue) = 223+226+143=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE28F is #201D70. Grayscale: #D7D7D7. Windows color (decimal): -2104689 or 9429727. OLE color: 9429727.

HSL color Cylindrical-coordinate representation of color #DFE28F: hue angle of 62.17º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFE28F is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB223226143-
CMYK0.0100.370.11
HSL62.17º58.87%72.35%-
HSV(B)62.17º36.73%88.63%-
XYZ62.5972.0636.6-
YUV215.6487.01133.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 226 (88.67% from 255) = 38.18%
BLUE value IS 143 (56.25% from 255) = 24.16%
R=37.67%
G=38.18%
B=24.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232261430.0100.370.1162.1758.8772.35
HexDFE28F1025B3e3b48
Octal3373422171045137673110
Binary1101111111100010100011111010010110111111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE28F; }

 p { color: rgb(223,226,143); }

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

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

 a { background-color: rgb(223,226,143); }

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

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

 span { border-color: rgb(223,226,143); }

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