#DFE18C

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

Shades of Primrose #DFE18C

Tints of Primrose #DFE18C

Color information

#DFE18C (or 0xDFE18C) is unknown color: approx Primrose. HEX triplet: DF, E1 and 8C. RGB value is (223,225,140). Sum of RGB (Red+Green+Blue) = 223+225+140=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE18C is #201E73. Grayscale: #D7D7D7. Windows color (decimal): -2104948 or 9232863. OLE color: 9232863.

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

Color convert

RGB223225140-
CMYK0.0100.380.12
HSL61.41º58.62%71.57%-
HSV(B)61.41º37.78%88.24%-
XYZ62.0971.4335.33-
YUV214.7185.84133.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 225 (88.28% from 255) = 38.27%
BLUE value IS 140 (55.08% from 255) = 23.81%
R=37.93%
G=38.27%
B=23.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232251400.0100.380.1261.4158.6271.57
HexDFE18C1026C3d3b48
Octal3373412141046147573110
Binary1101111111100001100011001010011011001111011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE18C; }

 p { color: rgb(223,225,140); }

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

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

 a { background-color: rgb(223,225,140); }

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

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

 span { border-color: rgb(223,225,140); }

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