#DFE08E

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

Shades of Primrose #DFE08E

Tints of Primrose #DFE08E

Color information

#DFE08E (or 0xDFE08E) is unknown color: approx Primrose. HEX triplet: DF, E0 and 8E. RGB value is (223,224,142). Sum of RGB (Red+Green+Blue) = 223+224+142=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE08E is #201F71. Grayscale: #D6D6D6. Windows color (decimal): -2105202 or 9363679. OLE color: 9363679.

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

Color convert

RGB223224142-
CMYK0.0000.370.12
HSL60.73º56.94%71.76%-
HSV(B)60.73º36.61%87.84%-
XYZ61.9770.9536.02-
YUV214.3587.17134.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 142 (55.86% from 255) = 24.11%
R=37.86%
G=38.03%
B=24.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241420.0000.370.1260.7356.9471.76
HexDFE08E0025C3d3948
Octal3373402160045147571110
Binary1101111111100000100011100010010111001111011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE08E; }

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

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

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

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

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

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

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

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