#DFE58D

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

Shades of Primrose #DFE58D

Tints of Primrose #DFE58D

Color information

#DFE58D (or 0xDFE58D) is unknown color: approx Primrose. HEX triplet: DF, E5 and 8D. RGB value is (223,229,141). Sum of RGB (Red+Green+Blue) = 223+229+141=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE58D is #201A72. Grayscale: #D9D9D9. Windows color (decimal): -2103923 or 9299423. OLE color: 9299423.

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

Color convert

RGB223229141-
CMYK0.0300.380.10
HSL64.09º62.86%72.55%-
HSV(B)64.09º38.43%89.8%-
XYZ63.2673.6536.08-
YUV217.1785.01132.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 229 (89.84% from 255) = 38.62%
BLUE value IS 141 (55.47% from 255) = 23.78%
R=37.61%
G=38.62%
B=23.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232291410.0300.380.1064.0962.8672.55
HexDFE58D3026A403f49
Octal33734521530461210077111
Binary110111111110010110001101110100110101010000001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE58D; }

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

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

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

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

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

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

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

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