#DFE092

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

Shades of Primrose #DFE092

Tints of Primrose #DFE092

Color information

#DFE092 (or 0xDFE092) is unknown color: approx Primrose. HEX triplet: DF, E0 and 92. RGB value is (223,224,146). Sum of RGB (Red+Green+Blue) = 223+224+146=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE092 is #201F6D. Grayscale: #D7D7D7. Windows color (decimal): -2105198 or 9625823. OLE color: 9625823.

HSL color Cylindrical-coordinate representation of color #DFE092: hue angle of 60.77º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFE092 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB223224146-
CMYK0.0000.350.12
HSL60.77º55.71%72.55%-
HSV(B)60.77º34.82%87.84%-
XYZ62.2871.0737.63-
YUV214.8189.17133.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 146 (57.42% from 255) = 24.62%
R=37.61%
G=37.77%
B=24.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241460.0000.350.1260.7755.7172.55
HexDFE0920023C3d3849
Octal3373402220043147570111
Binary1101111111100000100100100010001111001111011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE092; }

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

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

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

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

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

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

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

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